diff src/share/vm/runtime/globals.hpp @ 5178:5715abb8e29a

benchmark: graal compilation policy + priority queue + dynamic comp thread priority
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 29 Mar 2012 19:02:57 +0200
parents 33df1aeaebbf
children 6ab0cd9909b1
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Mar 29 18:55:45 2012 +0200
+++ b/src/share/vm/runtime/globals.hpp	Thu Mar 29 19:02:57 2012 +0200
@@ -2507,7 +2507,7 @@
   product(intx, CICompilerCount, CI_COMPILER_COUNT,                         \
           "Number of compiler threads to run")                              \
                                                                             \
-  product(intx, CompilationPolicyChoice, 0,                                 \
+  product(intx, CompilationPolicyChoice, NOT_GRAAL(0) GRAAL_ONLY(4),        \
           "which compilation policy (0/1)")                                 \
                                                                             \
   develop(bool, UseStackBanging, true,                                      \