--- old/src/hotspot/share/gc/epsilon/epsilonHeap.hpp 2020-08-14 11:36:11.482220260 +0200 +++ new/src/hotspot/share/gc/epsilon/epsilonHeap.hpp 2020-08-14 11:36:11.338217623 +0200 @@ -119,10 +119,6 @@ // No GC threads virtual void gc_threads_do(ThreadClosure* tc) const {} - // Runs the given AbstractGangTask with the current active workers - // No workGang for EpsilonHeap, work serially with thread 0 - virtual void run_task(AbstractGangTask* task) { task->work(0); } - // No nmethod handling virtual void register_nmethod(nmethod* nm) {} virtual void unregister_nmethod(nmethod* nm) {}