src/share/vm/runtime/globals.hpp

changeset 4081
9a86ddfc6c8f
parent 4048
11fb740ce98f
child 4128
f81a7c0c618d
child 4145
bacdc1d5c21c
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Sep 17 10:20:04 2012 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Sep 17 16:37:26 2012 -0400
     1.3 @@ -863,6 +863,9 @@
     1.4    product(ccstr, NativeMemoryTracking, "off",                               \
     1.5            "Native memory tracking options")                                 \
     1.6                                                                              \
     1.7 +  diagnostic(bool, PrintNMTStatistics, false,                               \
     1.8 +          "Print native memory tracking summary data if it is on")          \
     1.9 +                                                                            \
    1.10    diagnostic(bool, LogCompilation, false,                                   \
    1.11            "Log compilation activity in detail to hotspot.log or LogFile")   \
    1.12                                                                              \

mercurial