< prev index next >

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

Print this page
rev 60513 : webrev12

*** 96,105 **** --- 96,106 ---- // Threads 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);
< prev index next >