# HG changeset patch # User Doug Simon # Date 1401890366 -7200 # Node ID a1b9340534bf90ee8274fe70358f5c96e230acf6 # Parent 19a48d9834e1833ee64be264b4b4911b5741301e made UseGraalCompilationQueue false by default to see if perf. issue(s) still exist diff -r 19a48d9834e1 -r a1b9340534bf src/share/vm/graal/graalGlobals.hpp --- a/src/share/vm/graal/graalGlobals.hpp Wed Jun 04 15:58:28 2014 +0200 +++ b/src/share/vm/graal/graalGlobals.hpp Wed Jun 04 15:59:26 2014 +0200 @@ -52,7 +52,7 @@ COMPILERGRAAL_PRESENT(product(bool, BootstrapGraal, true, \ "Bootstrap Graal before running Java main method")) \ \ - COMPILERGRAAL_PRESENT(product(bool, UseGraalCompilationQueue, true, \ + COMPILERGRAAL_PRESENT(product(bool, UseGraalCompilationQueue, false, \ "Use non-native compilation queue for Graal")) \ \ product(bool, ForceGraalInitialization, false, \