comparison src/share/vm/runtime/globals.hpp @ 6770:9a86ddfc6c8f

7188594: Print statistic collected by NMT with VM flag Summary: Print out statistics of collected NMT data if it is on at VM exits Reviewed-by: kvn, coleenp, twisti
author zgu
date Mon, 17 Sep 2012 16:37:26 -0400
parents 11fb740ce98f
children f81a7c0c618d bacdc1d5c21c
comparison
equal deleted inserted replaced
6768:716e6ef4482a 6770: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") \