< prev index next >

src/share/vm/gc/shared/workgroup.hpp

Print this page

        

*** 180,190 **** public: WorkGang(const char* name, uint workers, bool are_GC_task_threads, ! bool are_ConcurrentGC_threads); // Run a task, returns when the task is done. virtual void run_task(AbstractGangTask* task); protected: --- 180,191 ---- public: WorkGang(const char* name, uint workers, bool are_GC_task_threads, ! bool are_ConcurrentGC_threads, ! GangTaskDispatcher* dispatcher = NULL); // Run a task, returns when the task is done. virtual void run_task(AbstractGangTask* task); protected:
< prev index next >