Searched defs:errorOutstanding (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/instrument/
H A DUtilities.c84 jboolean errorOutstanding = JNI_FALSE; local
91 errorOutstanding = checkForAndClearThrowable(jnienv);
92 jplis_assert(!errorOutstanding);
94 if (!errorOutstanding) {
96 errorOutstanding = checkForAndClearThrowable(jnienv);
97 jplis_assert(!errorOutstanding);
H A DJavaExceptions.c129 jboolean errorOutstanding = JNI_FALSE; local
136 errorOutstanding = checkForAndClearThrowable(jnienv);
137 jplis_assert(!errorOutstanding);
139 if (!errorOutstanding) {
144 errorOutstanding = checkForAndClearThrowable(jnienv);
145 jplis_assert(!errorOutstanding);
148 if (!errorOutstanding) {
150 errorOutstanding = checkForAndClearThrowable(jnienv);
151 jplis_assert(!errorOutstanding);
256 jboolean errorOutstanding; local
279 jboolean errorOutstanding = JNI_FALSE; local
[all...]
H A DJPLISAgent.c478 jboolean errorOutstanding = JNI_FALSE; local
489 errorOutstanding = checkForAndClearThrowable(jnienv);
490 errorOutstanding = errorOutstanding || (implClass == NULL);
491 jplis_assert_msg(!errorOutstanding, "find class on InstrumentationImpl failed");
493 if ( !errorOutstanding ) {
498 errorOutstanding = checkForAndClearThrowable(jnienv);
499 errorOutstanding = errorOutstanding || (constructorID == NULL);
500 jplis_assert_msg(!errorOutstanding, "fin
573 jboolean errorOutstanding = JNI_TRUE; local
602 jboolean errorOutstanding = JNI_FALSE; local
789 jboolean errorOutstanding = JNI_FALSE; local
1417 jboolean errorOutstanding; local
[all...]

Completed in 35 milliseconds