hotspot/src/share/vm/gc/serial/defNewGeneration.cpp
changeset 33143 2083f82acec8
parent 33107 77bf0d2069a3
child 33212 906b3d079b13
--- a/hotspot/src/share/vm/gc/serial/defNewGeneration.cpp	Fri Oct 02 11:46:42 2015 +0200
+++ b/hotspot/src/share/vm/gc/serial/defNewGeneration.cpp	Thu Oct 08 12:47:17 2015 +0200
@@ -648,6 +648,7 @@
   rp->process_discovered_references(&is_alive, &keep_alive, &evacuate_followers,
                                     NULL, _gc_timer);
   gc_tracer.report_gc_reference_stats(stats);
+  gc_tracer.report_tenuring_threshold(tenuring_threshold());
 
   if (!_promotion_failed) {
     // Swap the survivor spaces.
@@ -712,7 +713,6 @@
   update_time_of_last_gc(now);
 
   gch->trace_heap_after_gc(&gc_tracer);
-  gc_tracer.report_tenuring_threshold(tenuring_threshold());
 
   _gc_timer->register_gc_end();