hotspot/src/share/vm/gc/g1/heapRegion.hpp
changeset 33205 bc9fec5e7656
parent 33105 294e48b4f704
child 33786 ac8da6513351
equal deleted inserted replaced
33203:e1034e5d33eb 33205:bc9fec5e7656
    29 #include "gc/g1/g1BlockOffsetTable.hpp"
    29 #include "gc/g1/g1BlockOffsetTable.hpp"
    30 #include "gc/g1/heapRegionType.hpp"
    30 #include "gc/g1/heapRegionType.hpp"
    31 #include "gc/g1/survRateGroup.hpp"
    31 #include "gc/g1/survRateGroup.hpp"
    32 #include "gc/shared/ageTable.hpp"
    32 #include "gc/shared/ageTable.hpp"
    33 #include "gc/shared/spaceDecorator.hpp"
    33 #include "gc/shared/spaceDecorator.hpp"
    34 #include "gc/shared/watermark.hpp"
       
    35 #include "utilities/macros.hpp"
    34 #include "utilities/macros.hpp"
    36 
    35 
    37 // A HeapRegion is the smallest piece of a G1CollectedHeap that
    36 // A HeapRegion is the smallest piece of a G1CollectedHeap that
    38 // can be collected independently.
    37 // can be collected independently.
    39 
    38