< prev index next >

src/hotspot/share/utilities/constantTag.cpp

Print this page

        

@@ -104,11 +104,11 @@
   switch (_tag) {
     case JVM_CONSTANT_Invalid :
       return "Invalid index";
     case JVM_CONSTANT_Class :
       return "Class";
-    case (JVM_CONSTANT_Class | (jbyte)JVM_CONSTANT_QDESC_BIT):
+    case (JVM_CONSTANT_Class | (jbyte)JVM_CONSTANT_QDescBit):
       return "Q-Descriptor";
     case JVM_CONSTANT_Fieldref :
       return "Field";
     case JVM_CONSTANT_Methodref :
       return "Method";
< prev index next >