src/hotspot/share/runtime/vmStructs.cpp
changeset 54595 a61da18408c1
parent 54122 4b1426ed1c44
child 54609 04857e2cd509
--- a/src/hotspot/share/runtime/vmStructs.cpp	Tue Apr 23 14:20:08 2019 +0530
+++ b/src/hotspot/share/runtime/vmStructs.cpp	Tue Apr 23 07:05:38 2019 -0400
@@ -2095,6 +2095,8 @@
   declare_constant(JVM_CONSTANT_MethodType)                               \
   declare_constant(JVM_CONSTANT_Dynamic)                                  \
   declare_constant(JVM_CONSTANT_InvokeDynamic)                            \
+  declare_constant(JVM_CONSTANT_Module)                                   \
+  declare_constant(JVM_CONSTANT_Package)                                  \
   declare_constant(JVM_CONSTANT_ExternalMax)                              \
                                                                           \
   declare_constant(JVM_CONSTANT_Invalid)                                  \