diff src/share/vm/graal/graalGlobals.hpp @ 15463:a20be10ad437

made Graal work with the HotSpot compiler queue and compiler threads, enabled by -XX:-UseGraalCompilationQueue
author Doug Simon <doug.simon@oracle.com>
date Fri, 02 May 2014 00:36:27 +0200
parents 619e823d69c4
children 8df78fe6d84c
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Fri May 02 00:17:40 2014 +0200
+++ b/src/share/vm/graal/graalGlobals.hpp	Fri May 02 00:36:27 2014 +0200
@@ -52,6 +52,9 @@
   COMPILERGRAAL_PRESENT(product(bool, BootstrapGraal, true,                 \
           "Bootstrap Graal before running Java main method"))               \
                                                                             \
+  COMPILERGRAAL_PRESENT(product(bool, UseGraalCompilationQueue, false,      \
+          "Use non-native compilation queue for Graal"))                    \
+                                                                            \
   product(bool, ForceGraalInitialization, false,                            \
           "Force VM to initialize the compiler even if not used")           \
                                                                             \