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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.hpp147 AdaptiveWeightedAverage* _avg_cms_STW_gc_cost; member in class:CMSAdaptiveSizePolicy
217 return _avg_cms_STW_gc_cost;
H A DcmsAdaptiveSizePolicy.cpp83 _avg_cms_STW_gc_cost = new AdaptiveWeightedAverage(AdaptiveTimeWeight);

Completed in 34 milliseconds