# HG changeset patch # User Christian Haeubl # Date 1371127620 -7200 # Node ID b2934877ba617882e29d72a2f887bbd0e4fa1c6f # Parent 3d4cdc2de2c191171cc7c1c561cd5f0e7184d126 Reverted default compilation policy to 4 if Graal is the only compiler. diff -r 3d4cdc2de2c1 -r b2934877ba61 src/share/vm/runtime/globals.hpp --- 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, \