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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1857 oop pending_excep = NULL; variable
1861 pending_excep = PENDING_EXCEPTION;
1875 if (pending_excep != NULL) {
1876 THREAD->set_pending_exception(pending_excep, pending_file, pending_line);

Completed in 38 milliseconds