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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1144 const unsigned int duty_cycle = stats().icms_update_duty_cycle(); local
1149 assert(duty_cycle <= 100, "invalid duty cycle");
1150 if (duty_cycle != 0) {
1151 // The duty_cycle is a percentage between 0 and 100; convert to words and
1155 size_t duty_cycle_words = (size_t)(free_words_dbl * duty_cycle / 100.0);
1175 if (duty_cycle == 0 || (_icms_start_limit == _icms_stop_limit)) {

Completed in 48 milliseconds