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

src/share/vm/gc_implementation/g1/heapRegionSeq.cpp

Print this page

        

*** 23,33 **** */ #include "precompiled.hpp" #include "gc_implementation/g1/heapRegion.hpp" #include "gc_implementation/g1/heapRegionSeq.inline.hpp" ! #include "gc_implementation/g1/heapRegionSets.hpp" #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" #include "memory/allocation.hpp" // Private --- 23,33 ---- */ #include "precompiled.hpp" #include "gc_implementation/g1/heapRegion.hpp" #include "gc_implementation/g1/heapRegionSeq.inline.hpp" ! #include "gc_implementation/g1/heapRegionSet.hpp" #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" #include "memory/allocation.hpp" // Private
src/share/vm/gc_implementation/g1/heapRegionSeq.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File