src/share/vm/runtime/globals.hpp

changeset 4081
9a86ddfc6c8f
parent 4048
11fb740ce98f
child 4128
f81a7c0c618d
child 4145
bacdc1d5c21c
equal deleted inserted replaced
4079:716e6ef4482a 4081:9a86ddfc6c8f
861 "Tells whether the VM should use system time or a fake timer") \ 861 "Tells whether the VM should use system time or a fake timer") \
862 \ 862 \
863 product(ccstr, NativeMemoryTracking, "off", \ 863 product(ccstr, NativeMemoryTracking, "off", \
864 "Native memory tracking options") \ 864 "Native memory tracking options") \
865 \ 865 \
866 diagnostic(bool, PrintNMTStatistics, false, \
867 "Print native memory tracking summary data if it is on") \
868 \
866 diagnostic(bool, LogCompilation, false, \ 869 diagnostic(bool, LogCompilation, false, \
867 "Log compilation activity in detail to hotspot.log or LogFile") \ 870 "Log compilation activity in detail to hotspot.log or LogFile") \
868 \ 871 \
869 product(bool, PrintCompilation, false, \ 872 product(bool, PrintCompilation, false, \
870 "Print compilations") \ 873 "Print compilations") \

mercurial