< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page

        

*** 2346,2364 **** \ declare_constant(JVM_CONSTANT_Invalid) \ declare_constant(JVM_CONSTANT_InternalMin) \ declare_constant(JVM_CONSTANT_UnresolvedClass) \ declare_constant(JVM_CONSTANT_ClassIndex) \ - declare_constant(JVM_CONSTANT_ValueIndex) \ declare_constant(JVM_CONSTANT_StringIndex) \ declare_constant(JVM_CONSTANT_UnresolvedClassInError) \ declare_constant(JVM_CONSTANT_MethodHandleInError) \ declare_constant(JVM_CONSTANT_MethodTypeInError) \ declare_constant(JVM_CONSTANT_DynamicInError) \ - declare_constant(JVM_CONSTANT_Value) \ - declare_constant(JVM_CONSTANT_UnresolvedValue) \ - declare_constant(JVM_CONSTANT_UnresolvedValueInError) \ declare_constant(JVM_CONSTANT_InternalMax) \ \ /*****************************/ \ /* Thread::SuspendFlags enum */ \ /*****************************/ \ --- 2346,2360 ----
< prev index next >