diff src/share/vm/runtime/globals.hpp @ 5334:ecc2b68344de

turn off priority compilation queue
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 02 May 2012 12:59:59 +0200
parents b59e32ea3761
children f536a459c2d3
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed May 02 11:31:53 2012 +0200
+++ b/src/share/vm/runtime/globals.hpp	Wed May 02 12:59:59 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(4),        \
+  product(intx, CompilationPolicyChoice, NOT_GRAAL(0) GRAAL_ONLY(0),        \
           "which compilation policy (0/1)")                                 \
                                                                             \
   develop(bool, UseStackBanging, true,                                      \