--- old/src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp 2020-07-27 07:54:08.384441709 +0800 +++ new/src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp 2020-07-27 07:54:08.220442493 +0800 @@ -259,6 +259,9 @@ WorkGang& workers() { return _workers; } + + // Runs the given AbstractGangTask with the current active workers. + virtual void run_task(AbstractGangTask* task); }; // Class that can be used to print information about the