src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

Print this page
rev 6791 : [mq]: 8054341-remove-obsolete-code-in-g1collectedheap

@@ -1393,13 +1393,10 @@
 
   // Iterate over all the ref-containing fields of all objects, calling
   // "cl.do_oop" on each.
   virtual void oop_iterate(ExtendedOopClosure* cl);
 
-  // Same as above, restricted to a memory region.
-  void oop_iterate(MemRegion mr, ExtendedOopClosure* cl);
-
   // Iterate over all objects, calling "cl.do_object" on each.
   virtual void object_iterate(ObjectClosure* cl);
 
   virtual void safe_object_iterate(ObjectClosure* cl) {
     object_iterate(cl);