diff src/share/vm/graal/graalGlobals.hpp @ 12647:b038b643a3a4

restricted BootstrapGraal option to GRAALVM builds only
author Doug Simon <doug.simon@oracle.com>
date Wed, 30 Oct 2013 21:49:04 +0100
parents a2340324fc79
children b699233403ad
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Wed Oct 30 19:59:48 2013 +0100
+++ b/src/share/vm/graal/graalGlobals.hpp	Wed Oct 30 21:49:04 2013 +0100
@@ -49,8 +49,8 @@
   product(bool, DebugGraal, true,                                           \
           "Enable JVMTI for the compiler thread")                           \
                                                                             \
-  product(bool, BootstrapGraal, GRAALVM_ONLY(true) NOT_GRAALVM(false),      \
-          "Bootstrap Graal before running Java main method")                \
+  GRAALVM_ONLY(product(bool, BootstrapGraal, true,                          \
+          "Bootstrap Graal before running Java main method"))               \
                                                                             \
   product(intx, TraceGraal, 0,                                              \
           "Trace level for Graal")                                          \