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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp497 double duty_cycle_dbl = 100.0 * scaled_duration_remaining / time_until_full; local
499 unsigned int new_duty_cycle = MIN2((unsigned int)duty_cycle_dbl, 100U);

Completed in 52 milliseconds