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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcUtil.cpp43 unsigned adaptive_weight = (MAX2(weight(), count_weight)); local
45 float new_avg = exp_avg(average, new_sample, adaptive_weight);

Completed in 32 milliseconds