--- old/src/share/vm/memory/sharedHeap.hpp 2015-04-02 12:32:48.764322064 +0200 +++ new/src/share/vm/memory/sharedHeap.hpp 2015-04-02 12:32:48.660322068 +0200 @@ -116,9 +116,6 @@ // 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.