Searched refs:worker_thread_num (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1Refine.hpp97 int worker_thread_num() const { return _n_worker_threads; } function in class:ConcurrentG1Refine
H A DconcurrentG1RefineThread.cpp62 if (_worker_id < cg1r()->worker_thread_num()) {
168 if (_worker_id >= cg1r()->worker_thread_num()) {
H A DconcurrentG1Refine.cpp73 _thread_threshold_step = (yellow_zone() - green_zone()) / (worker_thread_num() + 1);

Completed in 600 milliseconds