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

/openjdk7/jdk/src/share/instrument/
H A DJavaExceptions.c83 jthrowable mappedThrowable = NULL; local
91 mappedThrowable = createInternalError(jnienv, message);
94 return mappedThrowable;
H A DJPLISAgent.c911 jthrowable mappedThrowable = NULL; local
919 mappedThrowable = throwableToMap;
924 mappedThrowable = throwableToMap;
929 mappedThrowable = createInternalError(jnienv, message);
934 return mappedThrowable;

Completed in 48 milliseconds