< prev index next >

src/hotspot/share/utilities/bitMap.hpp

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

*** 234,243 **** --- 234,246 ---- // Clearing void clear_large(); inline void clear(); + // Copying + void copy_from(BitMap& other, size_t start, size_t end); + // Iteration support. Returns "true" if the iteration completed, false // if the iteration terminated early (because the closure "blk" returned // false). bool iterate(BitMapClosure* blk, idx_t leftIndex, idx_t rightIndex); bool iterate(BitMapClosure* blk) {
< prev index next >