--- old/src/share/vm/runtime/globals.hpp Fri Feb 4 08:47:25 2011 +++ new/src/share/vm/runtime/globals.hpp Fri Feb 4 08:47:25 2011 @@ -712,6 +712,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") \ \