comparison 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
comparison
equal deleted inserted replaced
3549:25765a764212 3551:7d9e3ee49ac9
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, true, \ 60 product(bool, GraalBailoutIsFatal, false, \
61 "Abort the VM on graal bailout") \ 61 "Abort the VM on graal bailout") \
62 product(bool, BootstrapGraal, true, \ 62 product(bool, BootstrapGraal, true, \
63 "Bootstrap graal before running Java main method") \ 63 "Bootstrap graal before running Java main method") \
64 product(intx, TraceGraal, 0, \ 64 product(intx, TraceGraal, 0, \
65 "Trace level for graal") \ 65 "Trace level for graal") \