comparison 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
comparison
equal deleted inserted replaced
3543:344264424174 3544:622bbc9dafbd
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, true, \
61 "Abort the VM on graal bailout") \ 61 "Abort the VM on graal bailout") \
62 product(bool, BootstrapGraal, false, \ 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") \
66 product(bool, TraceSignals, false, \ 66 product(bool, TraceSignals, false, \
67 "Trace signals and implicit exception handling") \ 67 "Trace signals and implicit exception handling") \