--- old/src/share/vm/runtime/globals.hpp 2012-08-29 15:06:27.550530000 -0400 +++ new/src/share/vm/runtime/globals.hpp 2012-08-29 15:06:26.440317000 -0400 @@ -901,6 +901,9 @@ product(ccstr, NativeMemoryTracking, "off", \ "Native memory tracking options") \ \ + diagnostic(bool, PrintNMTStatistics, false, \ + "Print native memory tracking summary data if it is on") \ + \ diagnostic(bool, LogCompilation, false, \ "Log compilation activity in detail to hotspot.log or LogFile") \ \