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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1Refine.hpp99 int thread_threshold_step() const { return _thread_threshold_step; } function in class:ConcurrentG1Refine
H A DconcurrentG1RefineThread.cpp64 _threshold = MIN2<int>(cg1r()->thread_threshold_step() * (_worker_id + 1) + cg1r()->green_zone(),
67 _deactivation_threshold = MAX2<int>(_threshold - cg1r()->thread_threshold_step(), cg1r()->green_zone());

Completed in 45 milliseconds