diff src/share/vm/runtime/globals.hpp @ 5268:b59e32ea3761

enable graph caching and priority compilation queue
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 20 Apr 2012 15:02:54 +0200
parents d5cf399e6637
children ecc2b68344de
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Apr 20 13:44:28 2012 +0200
+++ b/src/share/vm/runtime/globals.hpp	Fri Apr 20 15:02:54 2012 +0200
@@ -2507,7 +2507,7 @@
   product(intx, CICompilerCount, CI_COMPILER_COUNT,                         \
           "Number of compiler threads to run")                              \
                                                                             \
-  product(intx, CompilationPolicyChoice, NOT_GRAAL(0) GRAAL_ONLY(0),        \
+  product(intx, CompilationPolicyChoice, NOT_GRAAL(0) GRAAL_ONLY(4),        \
           "which compilation policy (0/1)")                                 \
                                                                             \
   develop(bool, UseStackBanging, true,                                      \