# HG changeset patch # User Christian Haeubl # Date 1371127532 -7200 # Node ID 3d4cdc2de2c191171cc7c1c561cd5f0e7184d126 # Parent 3ce140f4f2c94c6ad2245b0230011165e40213d0 Temporarily changed compilation policy to 0. diff -r 3ce140f4f2c9 -r 3d4cdc2de2c1 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Thu Jun 13 14:44:33 2013 +0200 +++ b/src/share/vm/runtime/globals.hpp Thu Jun 13 14:45:32 2013 +0200 @@ -2394,7 +2394,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, \