< prev index next >

src/share/vm/memory/sharedHeap.hpp

Print this page

        

@@ -111,13 +111,10 @@
   // Full initialization is done in a concrete subtype's "initialize"
   // function.
   SharedHeap();
 
 public:
-  // Iteration functions.
-  void oop_iterate(ExtendedOopClosure* cl) = 0;
-
   // A SharedHeap will contain some number of spaces.  This finds the
   // space whose reserved area contains the given address, or else returns
   // NULL.
   virtual Space* space_containing(const void* addr) const = 0;
 
< prev index next >