--- 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.