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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp628 bool force_unwind, bool top_frame_only) {
666 if (!top_frame_only && handler_bci < 0 && !skip_scope_increment) {
673 } while (recursive_exception || (!top_frame_only && handler_bci < 0 && sd != NULL));
627 compute_compiled_exc_handler(nmethod* nm, address ret_pc, Handle& exception, bool force_unwind, bool top_frame_only) argument

Completed in 668 milliseconds