< prev index next >

src/share/vm/gc/shenandoah/shenandoahHeapRegion.hpp

Print this page
rev 14453 : Remove secondary marking bitmap.

*** 326,338 **** size_t garbage() const; void recycle(); void recycle_no_matrix(); - void object_iterate_interruptible(ObjectClosure* blk, bool allow_cancel); - - HeapWord* object_iterate_careful(ObjectClosureCareful* cl); void oop_iterate(ExtendedOopClosure* cl); HeapWord* block_start_const(const void* p) const; // Just before GC we need to fill the current region. --- 326,335 ----
< prev index next >