--- old/src/share/vm/gc_implementation/g1/g1EvacFailure.cpp 2015-02-11 13:49:46.178195165 +0100 +++ new/src/share/vm/gc_implementation/g1/g1EvacFailure.cpp 2015-02-11 13:49:46.066191417 +0100 @@ -32,9 +32,6 @@ #include "gc_implementation/g1/heapRegion.hpp" #include "gc_implementation/g1/heapRegionRemSet.hpp" -// Closures and tasks associated with any self-forwarding pointers -// installed as a result of an evacuation failure. - class UpdateRSetDeferred : public OopsInHeapRegionClosure { private: G1CollectedHeap* _g1;