diff src/share/vm/runtime/globals.hpp @ 5183:e1e681a5558e

fix PriorityQueue, enable PriorityQueue and CacheGraphs
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 02 Apr 2012 19:46:48 +0200
parents 6ab0cd9909b1
children d5cf399e6637
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Apr 02 12:19:18 2012 +0200
+++ b/src/share/vm/runtime/globals.hpp	Mon Apr 02 19:46:48 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,                                      \