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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp122 bool found_first_monitor = false;
136 if (!found_first_monitor && (obj == pending_obj || obj == waiting_obj)) {
139 found_first_monitor = true;
184 bool found_first_monitor = false; local
207 if (!found_first_monitor && frame_count == 0) {
215 found_first_monitor = true;

Completed in 38 milliseconds