diff src/share/vm/runtime/java.cpp @ 2260:850b2295a494

Merge
author kvn
date Mon, 14 Feb 2011 14:36:29 -0800
parents b92c45f2bc75 f7de3327c683
children 23ae54207126
line wrap: on
line diff
--- a/src/share/vm/runtime/java.cpp	Fri Feb 11 15:32:03 2011 -0800
+++ b/src/share/vm/runtime/java.cpp	Mon Feb 14 14:36:29 2011 -0800
@@ -326,7 +326,7 @@
   }
 
   print_bytecode_count();
-  if (WizardMode) {
+  if (PrintMallocStatistics) {
     tty->print("allocation stats: ");
     alloc_stats.print();
     tty->cr();