Lines Matching refs:except_oop
2430 oop except_oop = STACK_OBJECT(-1);
2431 CHECK_NULL(except_oop);
2433 THREAD->set_pending_exception(except_oop, NULL, 0);
2526 Handle except_oop(THREAD, THREAD->pending_exception());
2528 // from freeing the except_oop handle.
2532 assert(except_oop(), "No exception to process");
2536 CALL_VM(continuation_bci = (intptr_t)InterpreterRuntime::exception_handler_for_exception(THREAD, except_oop()),
2539 except_oop = (oop) THREAD->vm_result();
2543 SET_STACK_OBJECT(except_oop(), 0);
2549 tty->print_cr("Exception <%s> (" INTPTR_FORMAT ")", except_oop->print_value_string(), except_oop());
2556 NOT_PRODUCT(Exceptions::debug_check_abort(except_oop));
2562 tty->print_cr("Exception <%s> (" INTPTR_FORMAT ")", except_oop->print_value_string(), except_oop());
2569 NOT_PRODUCT(Exceptions::debug_check_abort(except_oop));
2571 THREAD->set_pending_exception(except_oop(), NULL, 0);