src/hotspot/share/gc/g1/heapRegionRemSet.hpp
changeset 59290 97d13893ec3c
parent 59252 623722a6aeb9
equal deleted inserted replaced
59289:c887851da33d 59290:97d13893ec3c
    26 #define SHARE_GC_G1_HEAPREGIONREMSET_HPP
    26 #define SHARE_GC_G1_HEAPREGIONREMSET_HPP
    27 
    27 
    28 #include "gc/g1/g1CodeCacheRemSet.hpp"
    28 #include "gc/g1/g1CodeCacheRemSet.hpp"
    29 #include "gc/g1/g1FromCardCache.hpp"
    29 #include "gc/g1/g1FromCardCache.hpp"
    30 #include "gc/g1/sparsePRT.hpp"
    30 #include "gc/g1/sparsePRT.hpp"
       
    31 #include "runtime/atomic.hpp"
    31 #include "utilities/bitMap.hpp"
    32 #include "utilities/bitMap.hpp"
    32 
    33 
    33 // Remembered set for a heap region.  Represent a set of "cards" that
    34 // Remembered set for a heap region.  Represent a set of "cards" that
    34 // contain pointers into the owner heap region.  Cards are defined somewhat
    35 // contain pointers into the owner heap region.  Cards are defined somewhat
    35 // abstractly, in terms of what the "BlockOffsetTable" in use can parse.
    36 // abstractly, in terms of what the "BlockOffsetTable" in use can parse.