diff src/share/vm/runtime/globals.hpp @ 10640:88672775a26c

Compilation policy fixes and changed default compilation policy.
author Christian Haeubl <haeubl@ssw.jku.at>
date Mon, 08 Jul 2013 16:55:28 +0200
parents 703d00fe2703
children d55f24eac4b1
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Jul 08 12:01:51 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Mon Jul 08 16:55:28 2013 +0200
@@ -2399,7 +2399,7 @@
   product(intx, CICompilerCount, CI_COMPILER_COUNT,                         \
           "Number of compiler threads to run")                              \
                                                                             \
-  product(intx, CompilationPolicyChoice, NOT_GRAALVM(0) GRAALVM_ONLY(4),    \
+  product(intx, CompilationPolicyChoice, 0,                                 \
           "which compilation policy (0/1)")                                 \
                                                                             \
   develop(bool, UseStackBanging, true,                                      \