src/share/vm/prims/jvm.h

changeset 2015
083fde3b838e
parent 1957
136b78722a08
child 2268
3b2dea75431e
equal deleted inserted replaced
2004:a528509c992b 2015:083fde3b838e
1044 JVM_CONSTANT_Fieldref, 1044 JVM_CONSTANT_Fieldref,
1045 JVM_CONSTANT_Methodref, 1045 JVM_CONSTANT_Methodref,
1046 JVM_CONSTANT_InterfaceMethodref, 1046 JVM_CONSTANT_InterfaceMethodref,
1047 JVM_CONSTANT_NameAndType, 1047 JVM_CONSTANT_NameAndType,
1048 JVM_CONSTANT_MethodHandle = 15, // JSR 292 1048 JVM_CONSTANT_MethodHandle = 15, // JSR 292
1049 JVM_CONSTANT_MethodType = 16 // JSR 292 1049 JVM_CONSTANT_MethodType = 16, // JSR 292
1050 JVM_CONSTANT_InvokeDynamic = 17 // JSR 292
1050 }; 1051 };
1051 1052
1052 /* JVM_CONSTANT_MethodHandle subtypes */ 1053 /* JVM_CONSTANT_MethodHandle subtypes */
1053 enum { 1054 enum {
1054 JVM_REF_getField = 1, 1055 JVM_REF_getField = 1,

mercurial