hotspot/src/share/vm/gc/cms/parNewGeneration.cpp
changeset 33143 2083f82acec8
parent 33107 77bf0d2069a3
child 34174 4db2fb26dc49
child 33759 8a0e9139a9c5
--- a/hotspot/src/share/vm/gc/cms/parNewGeneration.cpp	Fri Oct 02 11:46:42 2015 +0200
+++ b/hotspot/src/share/vm/gc/cms/parNewGeneration.cpp	Thu Oct 08 12:47:17 2015 +0200
@@ -968,6 +968,8 @@
                                               _gc_timer);
   }
   _gc_tracer.report_gc_reference_stats(stats);
+  _gc_tracer.report_tenuring_threshold(tenuring_threshold());
+
   if (!promotion_failed()) {
     // Swap the survivor spaces.
     eden()->clear(SpaceDecorator::Mangle);
@@ -1030,7 +1032,6 @@
   rp->verify_no_references_recorded();
 
   gch->trace_heap_after_gc(gc_tracer());
-  _gc_tracer.report_tenuring_threshold(tenuring_threshold());
 
   _gc_timer->register_gc_end();