# HG changeset patch # User Lukas Stadler # Date 1335956399 -7200 # Node ID ecc2b68344debb853a86163222ef3531f177c5dd # Parent b1de7c9ab0e0d6d978af7aee988d7b884e4249af turn off priority compilation queue diff -r b1de7c9ab0e0 -r ecc2b68344de graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java --- a/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java Wed May 02 11:31:53 2012 +0200 +++ b/graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/GraalOptions.java Wed May 02 12:59:59 2012 +0200 @@ -85,7 +85,7 @@ // comilation queue public static int TimedBootstrap = -1; - public static boolean PriorityCompileQueue = true; + public static boolean PriorityCompileQueue = ____; public static int SlowQueueCutoff = 100000; public static boolean SlowCompileThreads = ____; public static boolean DynamicCompilePriority = ____; diff -r b1de7c9ab0e0 -r ecc2b68344de src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Wed May 02 11:31:53 2012 +0200 +++ b/src/share/vm/runtime/globals.hpp Wed May 02 12:59:59 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(4), \ + product(intx, CompilationPolicyChoice, NOT_GRAAL(0) GRAAL_ONLY(0), \ "which compilation policy (0/1)") \ \ develop(bool, UseStackBanging, true, \