comparison src/share/vm/utilities/constantTag.cpp @ 2011:dad31fc330cd

7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute Reviewed-by: twisti
author jrose
date Fri, 03 Dec 2010 15:53:57 -0800
parents f95d63e2154a
children ed69575596ac
comparison
equal deleted inserted replaced
2010:7601ab0e1e33 2011:dad31fc330cd
91 return "MethodHandle"; 91 return "MethodHandle";
92 case JVM_CONSTANT_MethodType : 92 case JVM_CONSTANT_MethodType :
93 return "MethodType"; 93 return "MethodType";
94 case JVM_CONSTANT_InvokeDynamic : 94 case JVM_CONSTANT_InvokeDynamic :
95 return "InvokeDynamic"; 95 return "InvokeDynamic";
96 case JVM_CONSTANT_InvokeDynamicTrans :
97 return "InvokeDynamic/transitional";
96 case JVM_CONSTANT_Object : 98 case JVM_CONSTANT_Object :
97 return "Object"; 99 return "Object";
98 case JVM_CONSTANT_Utf8 : 100 case JVM_CONSTANT_Utf8 :
99 return "Utf8"; 101 return "Utf8";
100 case JVM_CONSTANT_UnresolvedClass : 102 case JVM_CONSTANT_UnresolvedClass :