--- old/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp 2013-06-05 15:18:45.924867472 -0400 +++ new/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp 2013-06-05 15:18:44.494666810 -0400 @@ -1343,11 +1343,6 @@ object_iterate(cl); } - // 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); - // Iterate over all spaces in use in the heap, in ascending address order. virtual void space_iterate(SpaceClosure* cl);