< prev index next >

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

Print this page
rev 60374 : 8215624: add parallel heap iteration for jmap histo (G1)

@@ -615,10 +615,14 @@
 
   void labs_make_parsable();
   void tlabs_retire(bool resize);
   void gclabs_retire(bool resize);
 
+  // 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 >