--- old/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp 2013-05-10 15:55:58.584885050 +0200 +++ new/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp 2013-05-10 15:55:58.492885054 +0200 @@ -5086,7 +5086,6 @@ G1CollectedHeap* _g1; public: G1AlwaysAliveClosure(G1CollectedHeap* g1) : _g1(g1) {} - void do_object(oop p) { assert(false, "Do not call."); } bool do_object_b(oop p) { if (p != NULL) { return true;