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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcUtil.cpp36 unsigned count_weight = 0; local
40 count_weight = OLD_THRESHOLD/count();
43 unsigned adaptive_weight = (MAX2(weight(), count_weight));

Completed in 942 milliseconds