< prev index next >

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

Print this page
rev 13068 : [mq]: partial.patch

@@ -87,10 +87,11 @@
   void recycle();
 
   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.
   void fill_region();
< prev index next >