diff src/share/vm/runtime/globals.hpp @ 5180:6ab0cd9909b1

turn off experimental options (graph caching, compilation queue changes)
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 29 Mar 2012 19:04:07 +0200
parents 5715abb8e29a
children e1e681a5558e
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Mar 29 19:03:29 2012 +0200
+++ b/src/share/vm/runtime/globals.hpp	Thu Mar 29 19:04:07 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,                                      \