< prev index next >

src/hotspot/share/gc/z/zHeap.hpp

Print this page
rev 60111 : webrev04

@@ -98,10 +98,11 @@
   uint nconcurrent_worker_threads() const;
   uint nconcurrent_no_boost_worker_threads() const;
   void set_boost_worker_threads(bool boost);
   void threads_do(ThreadClosure* tc) const;
 
+  void run_task(AbstractGangTask* task);
   // Reference processing
   ReferenceDiscoverer* reference_discoverer();
   void set_soft_reference_policy(bool clear);
 
   // Non-strong reference processing
< prev index next >