--- old/src/share/vm/memory/sharedHeap.hpp 2015-04-01 13:12:16.287832310 +0200 +++ new/src/share/vm/memory/sharedHeap.hpp 2015-04-01 13:12:16.175832314 +0200 @@ -113,9 +113,6 @@ 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.