Searched defs:incr_tenuring_threshold (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsAdaptiveSizePolicy.cpp965 bool incr_tenuring_threshold = false; local
993 incr_tenuring_threshold = true;
1033 } else if (incr_tenuring_threshold && !(AlwaysTenure || NeverTenure)) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp1217 bool incr_tenuring_threshold = false; local
1245 incr_tenuring_threshold = true;
1285 } else if (incr_tenuring_threshold && !(AlwaysTenure || NeverTenure)) {

Completed in 35 milliseconds