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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsAdaptiveSizePolicy.cpp966 bool decr_tenuring_threshold = false; local
989 decr_tenuring_threshold = true;
1007 decr_tenuring_threshold = true;
1022 decr_tenuring_threshold = true;
1029 if (decr_tenuring_threshold && !(AlwaysTenure || NeverTenure)) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp1218 bool decr_tenuring_threshold = false; local
1241 decr_tenuring_threshold = true;
1259 decr_tenuring_threshold = true;
1274 decr_tenuring_threshold = true;
1281 if (decr_tenuring_threshold && !(AlwaysTenure || NeverTenure)) {

Completed in 51 milliseconds