diff src/share/vm/jvmci/jvmciGlobals.hpp @ 22401:31e0737e2fce

added -XX:JVMCIServicesDir for specifying an alternative to <jre>/lib/jvmci/services
author Doug Simon <doug.simon@oracle.com>
date Wed, 05 Aug 2015 00:22:17 +0200
parents be896a1983c0
children ecbf949a9dcd
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciGlobals.hpp	Tue Aug 04 23:46:37 2015 +0200
+++ b/src/share/vm/jvmci/jvmciGlobals.hpp	Wed Aug 05 00:22:17 2015 +0200
@@ -52,6 +52,9 @@
   product(bool, UseJVMCIClassLoader, true,                                  \
           "Load JVMCI classes with separate class loader")                  \
                                                                             \
+  product(ccstr, JVMCIServicesDir, NULL,                                    \
+          "Alternate directory to use for JVMCI services")                  \
+                                                                            \
   COMPILERJVMCI_PRESENT(product(bool, BootstrapJVMCI, true,                 \
           "Bootstrap JVMCI before running Java main method"))               \
                                                                             \
@@ -67,7 +70,7 @@
   JVMCI_ONLY(product(bool, CodeInstallSafepointChecks, true,                \
           "Perform explicit safepoint checks while installing code"))       \
                                                                             \
-  NOT_COMPILER2(product_pd(intx, MaxVectorSize,                                \
+  NOT_COMPILER2(product_pd(intx, MaxVectorSize,                             \
           "Max vector size in bytes, "                                      \
           "actual size could be less depending on elements type"))          \
                                                                             \