diff src/share/vm/c1/c1_globals.hpp @ 3551:7d9e3ee49ac9

Made default for GraalBailoutIsFatal "false".
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Mon, 22 Aug 2011 12:19:03 +0200
parents 622bbc9dafbd
children 54d4c210a34e
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Fri Aug 19 17:28:37 2011 +0200
+++ b/src/share/vm/c1/c1_globals.hpp	Mon Aug 22 12:19:03 2011 +0200
@@ -57,7 +57,7 @@
           "Use graal instead of C1")                                        \
   product(bool, DebugGraal, true,                                           \
           "Enable JVMTI for the compiler thread")                           \
-  product(bool, GraalBailoutIsFatal, true,                                  \
+  product(bool, GraalBailoutIsFatal, false,                                 \
           "Abort the VM on graal bailout")                                  \
   product(bool, BootstrapGraal, true,                                       \
           "Bootstrap graal before running Java main method")                \