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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp466 unsigned int damped_duty_cycle = new_duty_cycle; local
470 damped_duty_cycle = old_duty_cycle - largest_delta;
475 damped_duty_cycle = MIN2(old_duty_cycle + largest_delta, 100U);
478 assert(damped_duty_cycle <= 100, "invalid duty cycle computed");
482 old_duty_cycle, new_duty_cycle, damped_duty_cycle);
484 return damped_duty_cycle;

Completed in 38 milliseconds