hotspot/src/share/vm/memory/generation.hpp
changeset 23508 3b15250ea28f
parent 22552 a29022212180
child 24424 2658d7834c6e
--- a/hotspot/src/share/vm/memory/generation.hpp	Wed Mar 19 14:35:38 2014 +0100
+++ b/hotspot/src/share/vm/memory/generation.hpp	Thu Mar 06 09:08:18 2014 +0100
@@ -543,10 +543,6 @@
   // generation, calling "cl.do_oop" on each.
   virtual void oop_iterate(ExtendedOopClosure* cl);
 
-  // Same as above, restricted to the intersection of a memory region and
-  // the generation.
-  virtual void oop_iterate(MemRegion mr, ExtendedOopClosure* cl);
-
   // Iterate over all objects in the generation, calling "cl.do_object" on
   // each.
   virtual void object_iterate(ObjectClosure* cl);