src/share/vm/runtime/globals.hpp

changeset 2567
850b2295a494
parent 2520
63d374c54045
parent 2557
f7de3327c683
child 2571
a97fd181b813
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Feb 11 15:32:03 2011 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Feb 14 14:36:29 2011 -0800
     1.3 @@ -740,6 +740,9 @@
     1.4    develop(bool, PrintMalloc, false,                                         \
     1.5            "print all malloc/free calls")                                    \
     1.6                                                                              \
     1.7 +  develop(bool, PrintMallocStatistics, false,                               \
     1.8 +          "print malloc/free statistics")                                   \
     1.9 +                                                                            \
    1.10    develop(bool, ZapResourceArea, trueInDebug,                               \
    1.11            "Zap freed resource/arena space with 0xABABABAB")                 \
    1.12                                                                              \

mercurial