< prev index next >

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

Print this page
rev 59026 : jmap baseline

@@ -614,10 +614,14 @@
   void resize_tlabs();
 
   void ensure_parsability(bool retire_tlabs);
   void make_parsable(bool retire_tlabs);
 
+  // Runs the given AbstractGangTask with the current active workers.
+  // Returns the total time to run the task.
+  virtual void run_task(AbstractGangTask* task);
+
 // ---------- Marking support
 //
 private:
   ShenandoahMarkingContext* _marking_context;
   MemRegion  _bitmap_region;
< prev index next >