< prev index next > src/hotspot/share/gc/parallel/psParallelCompact.hpp
Print this page
_source = addr;
}
// If the object will fit (size <= words_remaining()), copy it to the current
// destination, update the interior oops and the start array.
! void do_addr(HeapWord* addr, size_t words);
inline MoveAndUpdateClosure(ParMarkBitMap* bitmap, size_t region);
// Accessors.
HeapWord* destination() const { return _destination; }
_source = addr;
}
// If the object will fit (size <= words_remaining()), copy it to the current
// destination, update the interior oops and the start array.
! void do_addr(HeapWord* addr, size_t words, markWord mark);
inline MoveAndUpdateClosure(ParMarkBitMap* bitmap, size_t region);
// Accessors.
HeapWord* destination() const { return _destination; }
< prev index next >