< prev index next >

src/share/vm/gc/cms/cmsHeap.hpp

Print this page

        

*** 23,32 **** --- 23,33 ---- */ #ifndef SHARE_VM_GC_CMS_CMSHEAP_HPP #define SHARE_VM_GC_CMS_CMSHEAP_HPP + #include "gc/cms/concurrentMarkSweepGeneration.hpp" #include "gc/shared/collectedHeap.hpp" #include "gc/shared/gcCause.hpp" #include "gc/shared/genCollectedHeap.hpp" class CLDClosure;
< prev index next >