changeset 10024:b2934877ba61

Reverted default compilation policy to 4 if Graal is the only compiler.
author Christian Haeubl <haeubl@ssw.jku.at>
date Thu, 13 Jun 2013 14:47:00 +0200
parents 3d4cdc2de2c1
children 0c717bcb2988
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Jun 13 14:45:32 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Thu Jun 13 14:47:00 2013 +0200
@@ -2394,7 +2394,7 @@
   product(intx, CICompilerCount, CI_COMPILER_COUNT,                         \
           "Number of compiler threads to run")                              \
                                                                             \
-  product(intx, CompilationPolicyChoice, 0,                                 \
+  product(intx, CompilationPolicyChoice, NOT_GRAALVM(0) GRAALVM_ONLY(4),    \
           "which compilation policy (0/1)")                                 \
                                                                             \
   develop(bool, UseStackBanging, true,                                      \