< prev index next >

src/share/vm/utilities/workgroup.hpp

Print this page

        

@@ -338,22 +338,10 @@
   virtual bool needs_more_workers() const {
     return _started_workers < _active_workers;
   }
 };
 
-// Work gangs in garbage collectors: 2009-06-10
-//
-// SharedHeap - work gang for stop-the-world parallel collection.
-//   Used by
-//     ParNewGeneration
-//     CMSParRemarkTask
-//     CMSRefProcTaskExecutor
-//     G1CollectedHeap
-//     G1ParFinalCountTask
-// ConcurrentMark
-// CMSCollector
-
 // A class that acts as a synchronisation barrier. Workers enter
 // the barrier and must wait until all other workers have entered
 // before any of them may leave.
 
 class WorkGangBarrierSync : public StackObj {
< prev index next >