src/share/vm/gc_implementation/g1/concurrentMark.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hs-gc9 Cdiff src/share/vm/gc_implementation/g1/concurrentMark.hpp

src/share/vm/gc_implementation/g1/concurrentMark.hpp

Print this page

        

*** 23,33 **** */ #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP #define SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP ! #include "gc_implementation/g1/heapRegionSets.hpp" #include "utilities/taskqueue.hpp" class G1CollectedHeap; class CMTask; typedef GenericTaskQueue<oop, mtGC> CMTaskQueue; --- 23,33 ---- */ #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP #define SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_HPP ! #include "gc_implementation/g1/heapRegionSet.hpp" #include "utilities/taskqueue.hpp" class G1CollectedHeap; class CMTask; typedef GenericTaskQueue<oop, mtGC> CMTaskQueue;
src/share/vm/gc_implementation/g1/concurrentMark.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File