< prev index next >

src/share/vm/memory/genCollectedHeap.hpp

Print this page

        

@@ -360,12 +360,10 @@
 
   // Apply "cl.do_generation" to all generations in the heap
   // If "old_to_young" determines the order.
   void generation_iterate(GenClosure* cl, bool old_to_young);
 
-  void space_iterate(SpaceClosure* cl);
-
   // Return "true" if all generations have reached the
   // maximal committed limit that they can reach, without a garbage
   // collection.
   virtual bool is_maximal_no_gc() const;
 
< prev index next >