< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp

Print this page

        

@@ -207,10 +207,12 @@
 
   WorkGang* workers() const;
   WorkGang* get_safepoint_workers();
 
   void gc_threads_do(ThreadClosure* tcl) const;
+  // Runs the given AbstractGangTask with the current active workers.
+  virtual void run_task(AbstractGangTask* task);
 
 // ---------- Heap regions handling machinery
 //
 private:
   MemRegion _heap_region;
< prev index next >