< prev index next >

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

Print this page

        

*** 96,107 **** // 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); // Non-strong reference processing --- 96,107 ---- // 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); // Non-strong reference processing
< prev index next >