comparison 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
comparison
equal deleted inserted replaced
3707:0ac36a6d5ab0 3708:54d4c210a34e
55 \ 55 \
56 product(bool, UseGraal, true, \ 56 product(bool, UseGraal, true, \
57 "Use graal instead of C1") \ 57 "Use graal instead of C1") \
58 product(bool, DebugGraal, true, \ 58 product(bool, DebugGraal, true, \
59 "Enable JVMTI for the compiler thread") \ 59 "Enable JVMTI for the compiler thread") \
60 product(bool, GraalBailoutIsFatal, false, \
61 "Abort the VM on graal bailout") \
62 product(bool, BootstrapGraal, true, \ 60 product(bool, BootstrapGraal, true, \
63 "Bootstrap graal before running Java main method") \ 61 "Bootstrap graal before running Java main method") \
64 product(intx, TraceGraal, 0, \ 62 product(intx, TraceGraal, 0, \
65 "Trace level for graal") \ 63 "Trace level for graal") \
66 product(bool, TraceSignals, false, \ 64 product(bool, TraceSignals, false, \