src/hotspot/share/runtime/java.cpp
changeset 55745 fa337ff85b9a
parent 55294 3493c1bc59fd
child 58545 725244418646
--- a/src/hotspot/share/runtime/java.cpp	Thu Jul 18 14:01:54 2019 +0200
+++ b/src/hotspot/share/runtime/java.cpp	Fri Jul 19 10:18:48 2019 +0200
@@ -203,9 +203,6 @@
   }
 }
 
-AllocStats alloc_stats;
-
-
 
 // General statistics printing (profiling ...)
 void print_statistics() {
@@ -329,11 +326,6 @@
   }
 
   print_bytecode_count();
-  if (PrintMallocStatistics) {
-    tty->print("allocation stats: ");
-    alloc_stats.print();
-    tty->cr();
-  }
 
   if (PrintSystemDictionaryAtExit) {
     ResourceMark rm;