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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.hpp110 AdaptiveWeightedAverage* _avg_minor_gc_cost; member in class:AdaptiveSizePolicy
221 return MAX2(0.0F, _avg_minor_gc_cost->average());
382 return _avg_minor_gc_cost;
H A DadaptiveSizePolicy.cpp65 _avg_minor_gc_cost = new AdaptiveWeightedAverage(AdaptiveTimeWeight);
263 _avg_minor_gc_cost->sample(collection_cost);
271 (_avg_minor_gc_cost->count() >= AdaptiveSizePolicyReadyThreshold);
281 _avg_minor_gc_cost->average());

Completed in 31 milliseconds