changeset 16016:a1b9340534bf

made UseGraalCompilationQueue false by default to see if perf. issue(s) still exist
author Doug Simon <doug.simon@oracle.com>
date Wed, 04 Jun 2014 15:59:26 +0200
parents 19a48d9834e1
children 8d8c6a40d8e2
files src/share/vm/graal/graalGlobals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,                            \