comparison src/share/vm/runtime/globals.hpp @ 4140:716a2c5c0656

Further reduce diff to HotSpot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 01:01:34 +0100
parents 04b9a2566eec
children f304ba0d4e24
comparison
equal deleted inserted replaced
4139:feb590a8497f 4140:716a2c5c0656
882 "Tells whether the VM should use system time or a fake timer") \ 882 "Tells whether the VM should use system time or a fake timer") \
883 \ 883 \
884 diagnostic(bool, LogCompilation, false, \ 884 diagnostic(bool, LogCompilation, false, \
885 "Log compilation activity in detail to hotspot.log or LogFile") \ 885 "Log compilation activity in detail to hotspot.log or LogFile") \
886 \ 886 \
887 product(intx, MaxCompilationID, -1, \
888 "All methods with greater compilation ID are skipped") \
889 \
890 product(bool, PrintCompilation, false, \ 887 product(bool, PrintCompilation, false, \
891 "Print compilations") \ 888 "Print compilations") \
892 \ 889 \
893 diagnostic(bool, TraceNMethodInstalls, false, \ 890 diagnostic(bool, TraceNMethodInstalls, false, \
894 "Trace nmethod intallation") \ 891 "Trace nmethod intallation") \