comparison src/share/vm/c1/c1_globals.hpp @ 1936:8d88c9ac9247

Correct deopt handler entry. New flag -XX:+TraceSignals. More detailed deopt printing.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 23 Dec 2010 18:13:28 +0100
parents 2d26b0046e0d
children b7fb5f1e0747
comparison
equal deleted inserted replaced
1935:98dbef29f10b 1936:8d88c9ac9247
31 "Use C1X instead of C1") \ 31 "Use C1X instead of C1") \
32 product(bool, BootstrapC1X, false, \ 32 product(bool, BootstrapC1X, false, \
33 "Bootstrap C1X before running Java main method") \ 33 "Bootstrap C1X before running Java main method") \
34 product(intx, TraceC1X, 0, \ 34 product(intx, TraceC1X, 0, \
35 "Trace level for C1X") \ 35 "Trace level for C1X") \
36 product(bool, TraceSignals, false, \
37 "Trace signals and implicit exception handling") \
36 /* Printing */ \ 38 /* Printing */ \
37 notproduct(bool, PrintC1Statistics, false, \ 39 notproduct(bool, PrintC1Statistics, false, \
38 "Print Compiler1 statistics" ) \ 40 "Print Compiler1 statistics" ) \
39 \ 41 \
40 notproduct(bool, PrintInitialBlockList, false, \ 42 notproduct(bool, PrintInitialBlockList, false, \