diff src/share/vm/jvmci/jvmci_globals.hpp @ 23705:1051fbaca88b

the client VM build is broken when INCLUDE_JVMCI is defined (JDK-8159888)
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Jun 2016 17:16:26 +0200
parents f84a5ac3be22
children 655fd63024d0
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmci_globals.hpp	Tue Jun 21 15:41:01 2016 +0200
+++ b/src/share/vm/jvmci/jvmci_globals.hpp	Tue Jun 21 17:16:26 2016 +0200
@@ -67,8 +67,8 @@
   product(intx, JVMCIHostThreads, 1,                                        \
           "Force number of compiler threads for JVMCI host compiler")       \
                                                                             \
-  JVMCI_ONLY(product(bool, CodeInstallSafepointChecks, true,                \
-          "Perform explicit safepoint checks while installing code"))       \
+  product(bool, CodeInstallSafepointChecks, true,                           \
+          "Perform explicit safepoint checks while installing code")        \
                                                                             \
   NOT_COMPILER2(product_pd(intx, MaxVectorSize,                             \
           "Max vector size in bytes, "                                      \