Searched refs:simulate_overflow (Results 1 - 3 of 3) 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)) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp4153 bool simulate_overflow = false;
4156 _collector->simulate_overflow()) {
4158 simulate_overflow = true;
4161 if (simulate_overflow ||
4170 assert(simulate_overflow ||
7665 bool simulate_overflow = false;
7668 _collector->simulate_overflow()) {
7670 simulate_overflow = true;
7673 if (simulate_overflow || !_markStack->push(obj)) { // stack overflow
7678 assert(simulate_overflow || _markStac
[all...]
H A DconcurrentMarkSweepGeneration.hpp783 NOT_PRODUCT(bool simulate_overflow();) // sequential

Completed in 280 milliseconds