< prev index next >

src/share/vm/memory/sharedHeap.hpp

Print this page

        

*** 111,123 **** // 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; --- 111,120 ----
< prev index next >