comparison src/share/vm/runtime/globals.hpp @ 10560:0b1b5356b566

Fixed issues around execute compiled code stub. Made TraceDeoptimization a product flag.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 27 Jun 2013 21:20:07 +0200
parents 36bcc10e01c0
children 57b9a8c7cea8
comparison
equal deleted inserted replaced
10559:ea02ae30c97c 10560:0b1b5356b566
1249 "Trace bytecode execution") \ 1249 "Trace bytecode execution") \
1250 \ 1250 \
1251 develop(bool, TraceClassInitialization, false, \ 1251 develop(bool, TraceClassInitialization, false, \
1252 "Trace class initialization") \ 1252 "Trace class initialization") \
1253 \ 1253 \
1254 develop(bool, TraceExceptions, false, \ 1254 product(bool, TraceExceptions, false, \
1255 "Trace exceptions") \ 1255 "Trace exceptions") \
1256 \ 1256 \
1257 develop(bool, TraceICs, false, \ 1257 develop(bool, TraceICs, false, \
1258 "Trace inline cache changes") \ 1258 "Trace inline cache changes") \
1259 \ 1259 \