< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

*** 20,35 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #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, --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_CONCURRENTMARK_INLINE_HPP ! #define SHARE_VM_GC_G1_CONCURRENTMARK_INLINE_HPP ! #include "gc/g1/concurrentMark.hpp" ! #include "gc/g1/g1CollectedHeap.inline.hpp" ! #include "gc/shared/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,
*** 402,407 **** par_mark_and_count(obj, word_size, hr, worker_id); } } } ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_CONCURRENTMARK_INLINE_HPP --- 402,407 ---- par_mark_and_count(obj, word_size, hr, worker_id); } } } ! #endif // SHARE_VM_GC_G1_CONCURRENTMARK_INLINE_HPP
< prev index next >