< prev index next >

src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

Print this page

        

@@ -4468,10 +4468,11 @@
       _g1h->g1_policy()->record_thread_age_table(pss.age_table());
       _g1h->update_surviving_young_words(pss.surviving_young_words()+1);
 
       if (PrintTerminationStats) {
         MutexLocker x(stats_lock());
+        pss.retire_alloc_buffers();
         pss.print_termination_stats(worker_id);
       }
 
       assert(pss.queue_is_empty(), "should be empty");
 
< prev index next >