diff src/share/vm/c1/c1_globals.hpp @ 3708:54d4c210a34e

Remove recordBailout method. Remove GraalBailoutIsFatal flag.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 02 Dec 2011 17:46:54 +0100
parents 7d9e3ee49ac9
children 04b9a2566eec
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Fri Dec 02 16:59:53 2011 +0100
+++ b/src/share/vm/c1/c1_globals.hpp	Fri Dec 02 17:46:54 2011 +0100
@@ -57,8 +57,6 @@
           "Use graal instead of C1")                                        \
   product(bool, DebugGraal, true,                                           \
           "Enable JVMTI for the compiler thread")                           \
-  product(bool, GraalBailoutIsFatal, false,                                 \
-          "Abort the VM on graal bailout")                                  \
   product(bool, BootstrapGraal, true,                                       \
           "Bootstrap graal before running Java main method")                \
   product(intx, TraceGraal, 0,                                              \