< prev index next >

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

Print this page
rev 8050 : imported patch fixHeapRegionHpp

*** 29,39 **** #include "gc_implementation/g1/g1BlockOffsetTable.hpp" #include "gc_implementation/g1/heapRegionType.hpp" #include "gc_implementation/g1/survRateGroup.hpp" #include "gc_implementation/shared/ageTable.hpp" #include "gc_implementation/shared/spaceDecorator.hpp" - #include "memory/space.inline.hpp" #include "memory/watermark.hpp" #include "utilities/macros.hpp" // A HeapRegion is the smallest piece of a G1CollectedHeap that // can be collected independently. --- 29,38 ----
< prev index next >