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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp1243 bool simulate_overflow = false; local
1247 simulate_overflow = true;
1250 if (simulate_overflow || !par_scan_state->work_queue()->push(obj_to_push)) {
1361 bool simulate_overflow = false; local
1365 simulate_overflow = true;
1368 if (simulate_overflow || !par_scan_state->work_queue()->push(obj_to_push)) {

Completed in 35 milliseconds