src/share/vm/memory/sharedHeap.hpp

Print this page

        

*** 164,178 **** void oop_iterate(ExtendedOopClosure* cl) = 0; // Same as above, restricted to a memory region. virtual void oop_iterate(MemRegion mr, ExtendedOopClosure* cl) = 0; - // Iterate over all objects allocated since the last collection, calling - // "cl->do_object" on each. The heap must have been initialized properly - // to support this function, or else this call will fail. - virtual void object_iterate_since_last_GC(ObjectClosure* 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 --- 164,173 ----