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

/openjdk7/jdk/src/share/back/
H A DthreadControl.h44 EventIndex ei, jthread thread, jobject currentException);
H A DdebugInit.c500 jthrowable currentException; local
519 currentException = JNI_FUNC_PTR(env,ExceptionOccurred)(env);
559 if (currentException != NULL) {
560 JNI_FUNC_PTR(env,Throw)(env, currentException);
H A DeventHandler.c548 jthrowable currentException; local
560 currentException = JNI_FUNC_PTR(env,ExceptionOccurred)(env);
608 evinfo->ei, thread, currentException);
700 * exception might immediately overwrite the currentException,
702 if (currentException != NULL) {
703 JNI_FUNC_PTR(env,Throw)(env, currentException);
H A DthreadControl.c2034 threadControl_onEventHandlerEntry(jbyte sessionID, EventIndex ei, jthread thread, jobject currentException) argument
2051 if (currentException != NULL) {
2052 JNI_FUNC_PTR(env,Throw)(env, currentException);

Completed in 86 milliseconds