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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1Refine.hpp64 int _thread_threshold_step; member in class:ConcurrentG1Refine
99 int thread_threshold_step() const { return _thread_threshold_step; }
H A DconcurrentG1RefineThread.hpp52 int _thread_threshold_step; member in class:ConcurrentG1RefineThread
H A DconcurrentG1Refine.cpp73 _thread_threshold_step = (yellow_zone() - green_zone()) / (worker_thread_num() + 1);
75 _thread_threshold_step = G1ConcRefinementThresholdStep;

Completed in 412 milliseconds