src/share/vm/prims/jvm.h

changeset 2742
ed69575596ac
parent 2507
d70fe6ab4436
child 3095
19241ae0d839
child 3117
eca1193ca245
equal deleted inserted replaced
2741:55973726c600 2742:ed69575596ac
1060 JVM_CONSTANT_Methodref, 1060 JVM_CONSTANT_Methodref,
1061 JVM_CONSTANT_InterfaceMethodref, 1061 JVM_CONSTANT_InterfaceMethodref,
1062 JVM_CONSTANT_NameAndType, 1062 JVM_CONSTANT_NameAndType,
1063 JVM_CONSTANT_MethodHandle = 15, // JSR 292 1063 JVM_CONSTANT_MethodHandle = 15, // JSR 292
1064 JVM_CONSTANT_MethodType = 16, // JSR 292 1064 JVM_CONSTANT_MethodType = 16, // JSR 292
1065 JVM_CONSTANT_InvokeDynamicTrans = 17, // JSR 292, only occurs in old class files 1065 //JVM_CONSTANT_(unused) = 17, // JSR 292 early drafts only
1066 JVM_CONSTANT_InvokeDynamic = 18, // JSR 292 1066 JVM_CONSTANT_InvokeDynamic = 18, // JSR 292
1067 JVM_CONSTANT_ExternalMax = 18 // Last tag found in classfiles 1067 JVM_CONSTANT_ExternalMax = 18 // Last tag found in classfiles
1068 }; 1068 };
1069 1069
1070 /* JVM_CONSTANT_MethodHandle subtypes */ 1070 /* JVM_CONSTANT_MethodHandle subtypes */

mercurial