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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.hpp147 const double _threshold_tolerance_percent; member in class:AdaptiveSizePolicy
H A DadaptiveSizePolicy.cpp57 _threshold_tolerance_percent(1.0 + ThresholdTolerance/100.0),
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsAdaptiveSizePolicy.cpp986 if (minor_cost > major_cost * _threshold_tolerance_percent) {
991 } else if (major_cost > minor_cost * _threshold_tolerance_percent) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp1238 if (minor_cost > major_cost * _threshold_tolerance_percent) {
1243 } else if (major_cost > minor_cost * _threshold_tolerance_percent) {

Completed in 493 milliseconds