--- 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*