hotspot/src/share/vm/memory/tenuredGeneration.cpp
changeset 29687 281ffb2398cd
parent 28938 11510c618fc7
child 30150 d9c940aa42ef
--- a/hotspot/src/share/vm/memory/tenuredGeneration.cpp	Mon Mar 16 18:13:35 2015 +0100
+++ b/hotspot/src/share/vm/memory/tenuredGeneration.cpp	Tue Mar 17 13:23:49 2015 +0100
@@ -178,7 +178,6 @@
                                 bool   is_tlab) {
   GenCollectedHeap* gch = GenCollectedHeap::heap();
 
-  SpecializationStats::clear();
   // Temporarily expand the span of our ref processor, so
   // refs discovery is over the entire heap, not just this generation
   ReferenceProcessorSpanMutator
@@ -195,8 +194,6 @@
   gc_timer->register_gc_end();
 
   gc_tracer->report_gc_end(gc_timer->gc_end(), gc_timer->time_partitions());
-
-  SpecializationStats::print();
 }
 
 HeapWord*