hotspot/src/share/vm/prims/jvm.h
changeset 9116 9bc44be338d6
parent 8106 19106a0203fb
child 10526 3e92f211533f
child 10504 754cf4e432f4
equal deleted inserted replaced
9115:5a28312aa393 9116:9bc44be338d6
  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 */