--- old/src/share/vm/utilities/workgroup.hpp 2015-04-02 12:44:46.156292097 +0200 +++ new/src/share/vm/utilities/workgroup.hpp 2015-04-02 12:44:46.040292102 +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.