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

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp999 bool force_unwind = !thread->reguard_stack(); variable
1013 if (deopting && !force_unwind) {
1018 force_unwind ? NULL : nm->handler_for_exception_and_pc(exception, pc);
1022 handler_address = SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true);
1027 if (!force_unwind && original_exception() == exception()) {
1031 assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true), "Must be the same");
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp628 bool force_unwind, bool top_frame_only) {
638 if (!force_unwind) {
627 compute_compiled_exc_handler(nmethod* nm, address ret_pc, Handle& exception, bool force_unwind, bool top_frame_only) argument

Completed in 44 milliseconds