< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.hpp

Print this page

        

*** 548,558 **** WorkGang* workers() const { return _workers; } // Runs the given AbstractGangTask with the current active workers, returning the // total time taken. ! Tickspan run_task(AbstractGangTask* task); G1Allocator* allocator() { return _allocator; } --- 548,558 ---- WorkGang* workers() const { return _workers; } // Runs the given AbstractGangTask with the current active workers, returning the // total time taken. ! virtual Tickspan run_task(AbstractGangTask* task); G1Allocator* allocator() { return _allocator; }
< prev index next >