diff src/share/vm/runtime/globals.hpp @ 2260:850b2295a494

Merge
author kvn
date Mon, 14 Feb 2011 14:36:29 -0800
parents 63d374c54045 f7de3327c683
children a97fd181b813
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Feb 11 15:32:03 2011 -0800
+++ b/src/share/vm/runtime/globals.hpp	Mon Feb 14 14:36:29 2011 -0800
@@ -740,6 +740,9 @@
   develop(bool, PrintMalloc, false,                                         \
           "print all malloc/free calls")                                    \
                                                                             \
+  develop(bool, PrintMallocStatistics, false,                               \
+          "print malloc/free statistics")                                   \
+                                                                            \
   develop(bool, ZapResourceArea, trueInDebug,                               \
           "Zap freed resource/arena space with 0xABABABAB")                 \
                                                                             \