< prev index next >

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

Print this page

        

*** 257,269 **** WorkGang& workers() { return _workers; } ! // Runs the given AbstractGangTask with the current active workers, returning the ! // total time taken. ! virtual Tickspan 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 --- 257,268 ---- 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 >