--- old/src/share/vm/memory/sharedHeap.cpp 2013-05-10 15:56:03.364884910 +0200 +++ new/src/share/vm/memory/sharedHeap.cpp 2013-05-10 15:56:03.296884912 +0200 @@ -212,7 +212,6 @@ class AlwaysTrueClosure: public BoolObjectClosure { public: - void do_object(oop p) { ShouldNotReachHere(); } bool do_object_b(oop p) { return true; } }; static AlwaysTrueClosure always_true;