diff src/share/vm/graal/graalGlobals.hpp @ 15365:0aed1c2d0caa

graal init: add flag to force compiler initialization
author Bernhard Urban <bernhard.urban@jku.at>
date Thu, 24 Apr 2014 17:31:25 +0200
parents 66e3af78ea96
children 619e823d69c4
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Thu Apr 24 17:09:39 2014 +0200
+++ b/src/share/vm/graal/graalGlobals.hpp	Thu Apr 24 17:31:25 2014 +0200
@@ -52,6 +52,9 @@
   COMPILERGRAAL_PRESENT(product(bool, BootstrapGraal, true,                 \
           "Bootstrap Graal before running Java main method"))               \
                                                                             \
+  product(bool, ForceGraalInitialization, false,                            \
+          "Force VM to initialize the Compiler although not used")          \
+                                                                            \
   product(intx, TraceGraal, 0,                                              \
           "Trace level for Graal")                                          \
                                                                             \