--- old/src/share/vm/gc/shared/genCollectedHeap.hpp 2015-06-12 14:49:26.257936669 +0200 +++ new/src/share/vm/gc/shared/genCollectedHeap.hpp 2015-06-12 14:49:26.125932373 +0200 @@ -30,9 +30,9 @@ #include "gc/shared/collectorPolicy.hpp" #include "gc/shared/generation.hpp" -class WorkGang; class StrongRootsScope; class SubTasksDone; +class WorkGang; // A "GenCollectedHeap" is a CollectedHeap that uses generational // collection. It has two generations, young and old.