Searched refs:_deactivation_threshold (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.hpp56 int _deactivation_threshold; member in class:ConcurrentG1RefineThread
H A DconcurrentG1RefineThread.cpp67 _deactivation_threshold = MAX2<int>(_threshold - cg1r()->thread_threshold_step(), cg1r()->green_zone());
155 _worker_id, _deactivation_threshold, (int)dcqs.completed_buffers_num());
195 if (_worker_id > 0 && curr_buffer_num <= _deactivation_threshold) {

Completed in 30 milliseconds