< prev index next >

src/share/vm/gc/shared/genCollectedHeap.hpp

Print this page

        

*** 28,40 **** #include "gc/shared/adaptiveSizePolicy.hpp" #include "gc/shared/collectedHeap.hpp" #include "gc/shared/collectorPolicy.hpp" #include "gc/shared/generation.hpp" - class WorkGang; class StrongRootsScope; class SubTasksDone; // A "GenCollectedHeap" is a CollectedHeap that uses generational // collection. It has two generations, young and old. class GenCollectedHeap : public CollectedHeap { friend class GenCollectorPolicy; --- 28,40 ---- #include "gc/shared/adaptiveSizePolicy.hpp" #include "gc/shared/collectedHeap.hpp" #include "gc/shared/collectorPolicy.hpp" #include "gc/shared/generation.hpp" class StrongRootsScope; class SubTasksDone; + class WorkGang; // A "GenCollectedHeap" is a CollectedHeap that uses generational // collection. It has two generations, young and old. class GenCollectedHeap : public CollectedHeap { friend class GenCollectorPolicy;
< prev index next >