changeset 16624:c9284d733aa1

made -XX:+UseGraalClassLoader the default (now that truffle.jar is on the boot class path)
author Doug Simon <doug.simon@oracle.com>
date Wed, 30 Jul 2014 18:27:14 +0200
parents addc0564e5b5
children d2aa48d54db5
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 Jul 30 18:27:06 2014 +0200
+++ b/src/share/vm/graal/graalGlobals.hpp	Wed Jul 30 18:27:14 2014 +0200
@@ -49,7 +49,7 @@
   product(bool, DebugGraal, true,                                           \
           "Enable JVMTI for the compiler thread")                           \
                                                                             \
-  product(bool, UseGraalClassLoader, false,                                 \
+  product(bool, UseGraalClassLoader, true,                                  \
           "Load Graal classes with separate class loader")                  \
                                                                             \
   COMPILERGRAAL_PRESENT(product(bool, BootstrapGraal, true,                 \