comparison src/share/vm/runtime/globals.hpp @ 1939:b7fb5f1e0747

Two new flags: -XX:MaxCompilationID (to enable debugging binary search for problematic method) and -XX:C1XBailoutIsFatal.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Mon, 27 Dec 2010 20:33:00 +0100
parents 8d88c9ac9247
children 06f017f7daa7
comparison
equal deleted inserted replaced
1938:1aa5b22a7716 1939:b7fb5f1e0747
726 "Tells whether the VM should use system time or a fake timer") \ 726 "Tells whether the VM should use system time or a fake timer") \
727 \ 727 \
728 diagnostic(bool, LogCompilation, false, \ 728 diagnostic(bool, LogCompilation, false, \
729 "Log compilation activity in detail to hotspot.log or LogFile") \ 729 "Log compilation activity in detail to hotspot.log or LogFile") \
730 \ 730 \
731 product(intx, MaxCompilationID, -1, \
732 "All methods with greater compilation ID are skipped") \
733 \
731 product(bool, PrintCompilation, false, \ 734 product(bool, PrintCompilation, false, \
732 "Print compilations") \ 735 "Print compilations") \
733 \ 736 \
734 diagnostic(bool, TraceNMethodInstalls, false, \ 737 diagnostic(bool, TraceNMethodInstalls, false, \
735 "Trace nmethod intallation") \ 738 "Trace nmethod intallation") \