< prev index next >

src/hotspot/share/gc/shared/generation.hpp

Print this page

        

@@ -472,11 +472,11 @@
 
   // Iteration.
 
   // Iterate over all the ref-containing fields of all objects in the
   // generation, calling "cl.do_oop" on each.
-  virtual void oop_iterate(ExtendedOopClosure* cl);
+  virtual void oop_iterate(OopIterateClosure* cl);
 
   // Iterate over all objects in the generation, calling "cl.do_object" on
   // each.
   virtual void object_iterate(ObjectClosure* cl);
 
< prev index next >