Searched refs:ExceptionOccurred (Results 1 - 25 of 70) sorted by relevance

123

/openjdk7/hotspot/agent/src/os/bsd/
H A DStubDebuggerLocal.c28 #define CHECK_EXCEPTION_(value) if ((*env)->ExceptionOccurred(env)) { return value; }
29 #define CHECK_EXCEPTION if ((*env)->ExceptionOccurred(env)) { return;}
/openjdk7/jdk/src/share/native/java/io/
H A DObjectStreamClass.c67 jthrowable th = (*env)->ExceptionOccurred(env);
89 jthrowable th = (*env)->ExceptionOccurred(env);
/openjdk7/jdk/src/share/native/com/sun/tools/jdi/
H A DSharedMemoryTransport.c54 if ((*env)->ExceptionOccurred(env)) {
112 if ((*env)->ExceptionOccurred(env)) {
146 if ((nameString == NULL) && !(*env)->ExceptionOccurred(env)) {
194 if ((*env)->ExceptionOccurred(env)) {
H A DSharedMemoryConnection.c118 if ((*env)->ExceptionOccurred(env)) {
147 if ((*env)->ExceptionOccurred(env)) {
213 if ((*env)->ExceptionOccurred(env)) {
318 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/macosx/native/apple/launcher/
H A DJavaAppLauncher.m61 if ((*env)->ExceptionOccurred(env)) return;
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJavaAppLauncher.m117 if ((mainMethod == NULL) || (*env)->ExceptionOccurred(env)) {
126 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/share/native/java/lang/reflect/
H A DProxy.c81 if ((*env)->ExceptionOccurred(env))
/openjdk7/jdk/src/share/native/sun/awt/image/gif/
H A Dgifdecoder.c252 if ((*env)->ExceptionOccurred(env)) {
327 || (*env)->ExceptionOccurred(env))
330 return (!(*env)->ExceptionOccurred(env));
425 if (count <= 0 || (*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/macosx/native/jobjc/src/runtime-additions/native/
H A DNativeThread.m104 self.exception = (*env)->ExceptionOccurred(env);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_new.cpp36 #undef ExceptionOccurred macro
159 // This function is called instead of ExceptionOccurred. It throws
164 jthrowable xcp = env->ExceptionOccurred();
H A Dalloc.h85 #define ExceptionOccurred Do_Not_Use_ExceptionOccurred_Use_safe_\ macro
95 // This function should be called instead of ExceptionOccurred. It throws
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DPortMixer.c207 if ((*creator->env)->ExceptionOccurred(creator->env)) {
208 ERROR0("PORT_NewBooleanControl: ExceptionOccurred!\n");
258 if ((*creator->env)->ExceptionOccurred(creator->env)) {
259 ERROR0("PORT_NewCompoundControl: ExceptionOccurred!\n");
313 if ((*creator->env)->ExceptionOccurred(creator->env)) {
314 ERROR0("PORT_NewFloatControl: ExceptionOccurred!\n");
325 if ((*creator->env)->ExceptionOccurred(creator->env)) {
326 ERROR0("PORT_AddControl: ExceptionOccurred!\n");
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A Dlauncher.c106 if ((*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpegdecoder.c292 if ((*env)->ExceptionOccurred(env) || !GET_ARRAYS(env, src)) {
328 if ((*env)->ExceptionOccurred(env) || !GET_ARRAYS(env, src)) {
352 if ((*env)->ExceptionOccurred(env) || !GET_ARRAYS(env, src)) {
427 if ((*env)->ExceptionOccurred(env)) {
535 if (!(*env)->ExceptionOccurred(env)) {
585 if ((*env)->ExceptionOccurred(env) || !ret) {
695 if ((*env)->ExceptionOccurred(env) || !ret ||
H A DimageioJPEG.c602 if (!(*env)->ExceptionOccurred(env)) {
628 if (!(*env)->ExceptionOccurred(env)) {
929 if ((*env)->ExceptionOccurred(env)
952 if ((*env)->ExceptionOccurred(env)
1019 if ((*env)->ExceptionOccurred(env)
1035 if ((*env)->ExceptionOccurred(env)
1112 if ((*env)->ExceptionOccurred(env)
1131 if ((*env)->ExceptionOccurred(env)
1165 if ((*env)->ExceptionOccurred(env)
1598 if (!(*env)->ExceptionOccurred(en
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDataTransferer.m236 if ((*env)->ExceptionOccurred(env)) {
256 if ((*env)->ExceptionOccurred(env)) {
268 if ((*env)->ExceptionOccurred(env)) {
H A DCDropTargetContextPeer.m82 if ((*env)->ExceptionOccurred(env) || !newDataMethod) {
/openjdk7/jdk/src/share/native/sun/security/krb5/
H A Dnativeccache.c429 if ((*env)->ExceptionOccurred(env)) {
434 if ((*env)->ExceptionOccurred(env)) {
440 if ((*env)->ExceptionOccurred(env)) {
447 if ((*env)->ExceptionOccurred(env)) {
479 if (!(*env)->ExceptionOccurred(env)) {
500 if (!(*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/share/native/java/lang/
H A DClassLoader.c128 if ((*env)->ExceptionOccurred(env))
350 cause = (*env)->ExceptionOccurred(env);
369 cause = (*env)->ExceptionOccurred(env);
H A DSystem.c64 if ((*env)->ExceptionOccurred(env)) return NULL; \
78 if ((*env)->ExceptionOccurred(env)) return NULL; \
87 if ((*env)->ExceptionOccurred(env)) return NULL; \
95 if ((*env)->ExceptionOccurred(env)) return NULL; \
/openjdk7/jdk/src/share/native/sun/tracing/dtrace/
H A DJVM.c65 #define CHECK if ((*env)->ExceptionOccurred(env)) { return; }
66 #define CHECK_(x) if ((*env)->ExceptionOccurred(env)) { return x; }
285 if ((*env)->ExceptionOccurred(env))
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c244 pkcs11Exception = (*env)->ExceptionOccurred(env);
339 pkcs11Exception = (*env)->ExceptionOccurred(env);
429 pkcs11Exception = (*env)->ExceptionOccurred(env);
519 pkcs11Exception = (*env)->ExceptionOccurred(env);
/openjdk7/jdk/src/share/back/
H A DArrayTypeImpl.c125 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
189 if (JNI_FUNC_PTR(env,ExceptionOccurred)(env)) {
/openjdk7/jdk/src/macosx/native/java/util/
H A DMacOSXPreferencesFile.m78 if ((*env)->ExceptionOccurred(env)) return;
206 if ((*env)->ExceptionOccurred(env)) return NULL;
834 if ((*env)->ExceptionOccurred(env)) {
882 if ((*env)->ExceptionOccurred(env)) return; // already failed
885 if ((*env)->ExceptionOccurred(env)) {
902 if ((*env)->ExceptionOccurred(env)) goto bad;
904 if ((*env)->ExceptionOccurred(env)) goto bad;
940 if (!(*env)->ExceptionOccurred(env)) {
/openjdk7/jdk/src/macosx/native/jobjc/src/core/native/
H A DSubclassing.m280 if((*env)->ExceptionOccurred(env)) goto bail;
296 if((*env)->ExceptionOccurred(env)){

Completed in 73 milliseconds

123