diff src/share/vm/jvmci/jvmci_globals.hpp @ 23408:f84a5ac3be22

make JVMCI JDK immutable and sharable among different JVMCI clients minimize diff to jvmci-9, including adding support for EnableJVMCI (default is true in jvmci-8)
author Doug Simon <doug.simon@oracle.com>
date Mon, 30 May 2016 22:56:59 +0200
parents 3ef45d0a6d77
children 1051fbaca88b
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmci_globals.hpp	Mon May 30 14:11:39 2016 +0200
+++ b/src/share/vm/jvmci/jvmci_globals.hpp	Mon May 30 22:56:59 2016 +0200
@@ -55,9 +55,6 @@
   product(bool, UseJVMCIClassLoader, true,                                  \
           "Load JVMCI classes with separate class loader")                  \
                                                                             \
-  product(ccstr, JVMCIServicesDir, NULL,                                    \
-          "Alternate directory to use for JVMCI services")                  \
-                                                                            \
   product(bool, BootstrapJVMCI, false,                                      \
           "Bootstrap JVMCI before running Java main method")                \
                                                                             \
@@ -98,10 +95,7 @@
           "Maximum size of a compiled method.")                             \
                                                                             \
   develop(bool, TraceUncollectedSpeculations, false,                        \
-          "Print message when a failed speculation was not collected")      \
-  product(bool, TraceClassLoadingStack, false,                              \
-          "Print stack when loading a class")                               \
-                                                                            \
+          "Print message when a failed speculation was not collected")
 
 
 // Read default values for JVMCI globals