< prev index next >

src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp

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

@@ -257,10 +257,13 @@
   GCMemoryManager* young_gc_manager() const { return _young_manager; }
 
   WorkGang& workers() {
     return _workers;
   }
+
+  // Runs the given AbstractGangTask with the current active workers.
+  virtual void run_task(AbstractGangTask* task);
 };
 
 // Class that can be used to print information about the
 // adaptive size policy at intervals specified by
 // AdaptiveSizePolicyOutputInterval.  Only print information
< prev index next >