comparison src/share/vm/runtime/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
1147 "Trace bytecode execution") \ 1147 "Trace bytecode execution") \
1148 \ 1148 \
1149 develop(bool, TraceClassInitialization, false, \ 1149 develop(bool, TraceClassInitialization, false, \
1150 "Trace class initialization") \ 1150 "Trace class initialization") \
1151 \ 1151 \
1152 develop(bool, TraceExceptions, false, \ 1152 product(bool, TraceExceptions, false, \
1153 "Trace exceptions") \ 1153 "Trace exceptions") \
1154 \ 1154 \
1155 develop(bool, TraceICs, false, \ 1155 develop(bool, TraceICs, false, \
1156 "Trace inline cache changes") \ 1156 "Trace inline cache changes") \
1157 \ 1157 \