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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.hpp51 AdaptivePaddedAverage _demand_rate_estimate; member in class:VALUE_OBJ_CLASS_SPEC
69 new (&_demand_rate_estimate) AdaptivePaddedAverage(CMS_FLSWeight,
116 float old_rate = _demand_rate_estimate.padded_average();
118 _demand_rate_estimate.sample(rate);
119 float new_rate = _demand_rate_estimate.padded_average();

Completed in 29 milliseconds