hotspot/src/share/vm/utilities/workgroup.hpp
changeset 30154 39cd4e2ccf1c
parent 24468 cb71997b6484
child 30585 12f312d694cd
--- a/hotspot/src/share/vm/utilities/workgroup.hpp	Thu Apr 02 16:07:27 2015 +0200
+++ b/hotspot/src/share/vm/utilities/workgroup.hpp	Thu Apr 02 16:08:41 2015 +0200
@@ -340,18 +340,6 @@
   }
 };
 
-// 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.