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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1155 size_t duty_cycle_words = (size_t)(free_words_dbl * duty_cycle / 100.0); local
1156 size_t offset_words = (free_words - duty_cycle_words) / 2;

Completed in 48 milliseconds