--- old/src/share/vm/gc/serial/defNewGeneration.hpp 2016-02-03 13:44:53.410610824 +0100 +++ new/src/share/vm/gc/serial/defNewGeneration.hpp 2016-02-03 13:44:53.290610819 +0100 @@ -285,9 +285,6 @@ // Save the tops for eden, from, and to virtual void record_spaces_top(); - // Doesn't require additional work during GC prologue and epilogue - virtual bool performs_in_place_marking() const { return false; } - // Accessing marks void save_marks(); void reset_saved_marks();