< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.cpp

Print this page
rev 57895 : [mq]: 8215297-remove-ptt
rev 57897 : imported patch 8238220-rename-owsttaskterminator
rev 57898 : [mq]: 8238229-remove-tracespinning-code

@@ -1130,13 +1130,10 @@
   // the compaction events.
   print_hrm_post_compaction();
   heap_transition->print();
   print_heap_after_gc();
   print_heap_regions();
-#ifdef TRACESPINNING
-  TaskTerminator::print_termination_counts();
-#endif
 }
 
 bool G1CollectedHeap::do_full_collection(bool explicit_gc,
                                          bool clear_all_soft_refs) {
   assert_at_safepoint_on_vm_thread();

@@ -3138,14 +3135,10 @@
         policy()->record_collection_pause_end(pause_time_ms);
       }
 
       verify_after_young_collection(verify_type);
 
-#ifdef TRACESPINNING
-      TaskTerminator::print_termination_counts();
-#endif
-
       gc_epilogue(false);
     }
 
     // Print the remainder of the GC log output.
     if (evacuation_failed()) {
< prev index next >