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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2430 oop except_oop = STACK_OBJECT(-1); local
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
[all...]

Completed in 27 milliseconds