@@ -180,11 +180,12 @@ public: WorkGang(const char* name, uint workers, bool are_GC_task_threads, - bool are_ConcurrentGC_threads); + bool are_ConcurrentGC_threads, + GangTaskDispatcher* dispatcher = NULL); // Run a task, returns when the task is done. virtual void run_task(AbstractGangTask* task); protected: