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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp942 float _inter_sweep_estimate; member in class:BeginSweepClosure
951 _inter_sweep_estimate(inter_sweep_estimate),
956 fl->compute_desired(_inter_sweep_current, _inter_sweep_estimate, _intra_sweep_estimate);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp614 AdaptivePaddedAverage _inter_sweep_estimate; member in class:CMSCollector
H A DconcurrentMarkSweepGeneration.cpp604 _inter_sweep_estimate(CMS_SweepWeight, CMS_SweepPadding),
2046 // Note that we do not use this sample to update the _inter_sweep_estimate.
2048 _inter_sweep_estimate.padded_average(),
6087 _inter_sweep_estimate.sample(_inter_sweep_timer.seconds());
6300 _inter_sweep_estimate.padded_average(),

Completed in 48 milliseconds