< prev index next >

src/share/vm/runtime/vmStructs.cpp

Print this page

        

@@ -2411,10 +2411,11 @@
   declare_constant(JVM_CONSTANT_ClassIndex)                               \
   declare_constant(JVM_CONSTANT_StringIndex)                              \
   declare_constant(JVM_CONSTANT_UnresolvedClassInError)                   \
   declare_constant(JVM_CONSTANT_MethodHandleInError)                      \
   declare_constant(JVM_CONSTANT_MethodTypeInError)                        \
+  declare_constant(JVM_CONSTANT_InvokeDynamicInError)                     \
   declare_constant(JVM_CONSTANT_InternalMax)                              \
                                                                           \
   /*****************************/                                         \
   /* Thread::SuspendFlags enum */                                         \
   /*****************************/                                         \
< prev index next >