< prev index next >

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

Print this page

        

*** 25,34 **** --- 25,35 ---- #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_INLINE_HPP #define SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_INLINE_HPP #include "gc_implementation/g1/concurrentMark.hpp" #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" + #include "utilities/taskqueue.inline.hpp" // Utility routine to set an exclusive range of cards on the given // card liveness bitmap inline void ConcurrentMark::set_card_bitmap_range(BitMap* card_bm, BitMap::idx_t start_idx,
< prev index next >