diff -r 762bc029de50 -r 850b2295a494 src/share/vm/runtime/globals.hpp --- 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") \ \