comparison src/share/vm/prims/jvm.h @ 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 4de5f4101cfd
comparison
equal deleted inserted replaced
2010:7601ab0e1e33 2011:dad31fc330cd
1062 JVM_CONSTANT_InterfaceMethodref, 1062 JVM_CONSTANT_InterfaceMethodref,
1063 JVM_CONSTANT_NameAndType, 1063 JVM_CONSTANT_NameAndType,
1064 JVM_CONSTANT_MethodHandle = 15, // JSR 292 1064 JVM_CONSTANT_MethodHandle = 15, // JSR 292
1065 JVM_CONSTANT_MethodType = 16, // JSR 292 1065 JVM_CONSTANT_MethodType = 16, // JSR 292
1066 JVM_CONSTANT_InvokeDynamicTrans = 17, // JSR 292, only occurs in old class files 1066 JVM_CONSTANT_InvokeDynamicTrans = 17, // JSR 292, only occurs in old class files
1067 JVM_CONSTANT_InvokeDynamic = 18 // JSR 292 1067 JVM_CONSTANT_InvokeDynamic = 18, // JSR 292
1068 JVM_CONSTANT_ExternalMax = 18 // Last tag found in classfiles
1068 }; 1069 };
1069 1070
1070 /* JVM_CONSTANT_MethodHandle subtypes */ 1071 /* JVM_CONSTANT_MethodHandle subtypes */
1071 enum { 1072 enum {
1072 JVM_REF_getField = 1, 1073 JVM_REF_getField = 1,