--- old/src/hotspot/share/gc/epsilon/epsilonHeap.hpp 2019-03-11 22:56:14.722579439 +0100 +++ new/src/hotspot/share/gc/epsilon/epsilonHeap.hpp 2019-03-11 22:56:14.182570684 +0100 @@ -88,11 +88,6 @@ return _space->is_in(p); } - virtual bool is_scavengable(oop obj) { - // No GC is going to happen, therefore no objects ever move. - return false; - } - virtual bool is_maximal_no_gc() const { // No GC is going to happen. Return "we are at max", when we are about to fail. return used() == capacity();