diff src/share/vm/jvmci/jvmciJavaClasses.hpp @ 22575:569c82ebb96e

Replace JVMCICompileWithC1Only with package based controls
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 17 Sep 2015 18:25:08 -0700
parents 6821ef65ef4c
children 3f6488b29c1a
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciJavaClasses.hpp	Thu Sep 17 12:58:40 2015 -0700
+++ b/src/share/vm/jvmci/jvmciJavaClasses.hpp	Thu Sep 17 18:25:08 2015 -0700
@@ -272,6 +272,9 @@
   start_class(HotSpotConstantPool)                                                                                                                             \
     long_field(HotSpotConstantPool, metaspaceConstantPool)                                                                                                     \
   end_class                                                                                                                                                    \
+  start_class(HotSpotJVMCIRuntime)                                                                                                                             \
+  objArrayOop_field(HotSpotJVMCIRuntime, trivialPrefixes, "[Ljava/lang/String;")                                                                               \
+  end_class                                                                                                                                                    \
   /* end*/
 
 #define START_CLASS(name)                                                                                                                                      \