< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page

        

@@ -2346,19 +2346,15 @@
                                                                           \
   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 */                                         \
   /*****************************/                                         \
< prev index next >