--- old/src/share/vm/memory/sharedHeap.hpp 2013-06-05 15:19:26.189556002 -0400 +++ new/src/share/vm/memory/sharedHeap.hpp 2013-06-05 15:19:24.674457345 -0400 @@ -166,11 +166,6 @@ // 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;