< prev index next >

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

Print this page

        

@@ -87,11 +87,11 @@
   size_t free() const;
   MemRegion used_region() const;
 
   void space_iterate(SpaceClosure* blk, bool usedOnly = false);
 
-  void younger_refs_iterate(OopsInGenClosure* blk, uint n_threads);
+  void younger_refs_iterate(OopIterateClosure* blk, uint n_threads);
 
   bool is_in(const void* p) const;
 
   CompactibleSpace* first_compaction_space() const;
 };
< prev index next >