diff src/share/vm/graal/graalGlobals.hpp @ 19895:c3d9637c98ed

Add GraalHostThreads flag to overwrite the number of threads spawned for the baseline compiler.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 16 Mar 2015 21:49:59 +0100
parents 8f2fb6bec986
children f2bdbfe9201b
line wrap: on
line diff
--- a/src/share/vm/graal/graalGlobals.hpp	Sun Mar 15 16:22:37 2015 +0100
+++ b/src/share/vm/graal/graalGlobals.hpp	Mon Mar 16 21:49:59 2015 +0100
@@ -61,6 +61,9 @@
   COMPILERGRAAL_PRESENT(product(intx, GraalThreads, 1,                      \
           "Force number of Graal compiler threads to use"))                 \
                                                                             \
+  COMPILERGRAAL_PRESENT(product(intx, GraalHostThreads, 1,                  \
+          "Force number of compiler threads for Graal host compiler"))      \
+                                                                            \
   GRAAL_ONLY(product(bool, CodeInstallSafepointChecks, true,                \
           "Perform explicit safepoint checks while installing code"))       \
                                                                             \