comparison src/share/vm/prims/jvm.h @ 2491:0654ee04b214

Merge with OpenJDK.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 22 Apr 2011 15:30:53 +0200
parents ed69575596ac
children 19241ae0d839 eca1193ca245
comparison
equal deleted inserted replaced
2490:29246b1d2d3c 2491:0654ee04b214
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 */