< prev index next >

src/hotspot/share/gc/shared/markBitMap.hpp

Print this page
rev 50076 : Fold Partial GC into Traversal GC

*** 105,112 **** --- 105,115 ---- inline bool parMark(HeapWord* addr); // Clear range. For larger regions, use *_large. void clear_range(MemRegion mr); void clear_range_large(MemRegion mr); + + // Copies a part of the 'other' bitmap into the corresponding part of this bitmap. + void copy_from(MarkBitMap* other, MemRegion mr); }; #endif // SHARE_VM_GC_SHARED_CMBITMAP_HPP
< prev index next >