src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java
changeset 54595 a61da18408c1
parent 48826 c4d9d1b08e2e
--- a/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java	Tue Apr 23 14:20:08 2019 +0530
+++ b/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java	Tue Apr 23 07:05:38 2019 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -44,6 +44,8 @@
     public static final int JVM_CONSTANT_MethodType         = 16;
     public static final int JVM_CONSTANT_Dynamic            = 17;
     public static final int JVM_CONSTANT_InvokeDynamic      = 18;
+    public static final int JVM_CONSTANT_Module             = 19;
+    public static final int JVM_CONSTANT_Package            = 20;
 
     // JVM_CONSTANT_MethodHandle subtypes
     public static final int JVM_REF_getField                = 1;