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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp640 bool recursive_exception = false; local
647 recursive_exception = true;
664 recursive_exception = false;
673 } while (recursive_exception || (!top_frame_only && handler_bci < 0 && sd != NULL));

Completed in 88 milliseconds