< prev index next >

src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp

Print this page
rev 60195 : webrev06

*** 257,266 **** --- 257,269 ---- GCMemoryManager* young_gc_manager() const { return _young_manager; } 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 // adaptive size policy at intervals specified by // AdaptiveSizePolicyOutputInterval. Only print information
< prev index next >