< prev index next >

src/share/vm/memory/sharedHeap.hpp

Print this page

        

*** 114,126 **** public: // Iteration functions. void oop_iterate(ExtendedOopClosure* cl) = 0; - // Iterate over all spaces in use in the heap, in an undefined order. - virtual void space_iterate(SpaceClosure* 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; --- 114,123 ----
< prev index next >