diff src/share/vm/c1/c1_globals.hpp @ 3544:622bbc9dafbd

Merge.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Sat, 13 Aug 2011 18:13:08 +0200
parents 344264424174
children 7d9e3ee49ac9
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Sat Aug 13 18:08:28 2011 +0200
+++ b/src/share/vm/c1/c1_globals.hpp	Sat Aug 13 18:13:08 2011 +0200
@@ -59,7 +59,7 @@
           "Enable JVMTI for the compiler thread")                           \
   product(bool, GraalBailoutIsFatal, true,                                  \
           "Abort the VM on graal bailout")                                  \
-  product(bool, BootstrapGraal, false,                                      \
+  product(bool, BootstrapGraal, true,                                       \
           "Bootstrap graal before running Java main method")                \
   product(intx, TraceGraal, 0,                                              \
           "Trace level for graal")                                          \