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

/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.c23 static void ThrowException(JNIEnv *env, const char *name, const char *msg) { function
45 ThrowException(env, "java/lang/OutOfMemoryError", NULL);
85 ThrowException(env, "java/lang/IllegalArgumentException",
91 ThrowException(env, "java/lang/OutOfMemoryError", NULL);
119 ThrowException(env, "java/io/IOException", "fork failed");
/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp56 void ThrowException(JNIEnv *env, char *exceptionName, DWORD dwError) function
168 ThrowException(env, PROVIDER_EXCEPTION, GetLastError());
189 ThrowException(env, PROVIDER_EXCEPTION, GetLastError());
204 ThrowException(env, PROVIDER_EXCEPTION, GetLastError());
221 ThrowException(env, PROVIDER_EXCEPTION, GetLastError());
282 ThrowException(env, KEYSTORE_EXCEPTION, GetLastError());
514 ThrowException(env, SIGNATURE_EXCEPTION, GetLastError());
522 ThrowException(env, SIGNATURE_EXCEPTION, GetLastError());
534 ThrowException(env, SIGNATURE_EXCEPTION, GetLastError());
544 ThrowException(en
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/
H A DECC_JNI.cpp41 void ThrowException(JNIEnv *env, const char *exceptionName) function
92 ThrowException(env, INVALID_ALGORITHM_PARAMETER_EXCEPTION);
104 ThrowException(env, KEY_EXCEPTION);
202 ThrowException(env, INVALID_ALGORITHM_PARAMETER_EXCEPTION);
224 ThrowException(env, KEY_EXCEPTION);
301 ThrowException(env, INVALID_ALGORITHM_PARAMETER_EXCEPTION);
372 ThrowException(env, INVALID_ALGORITHM_PARAMETER_EXCEPTION);
383 ThrowException(env, ILLEGAL_STATE_EXCEPTION);
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.hpp42 typedef enum { ThrowException, NoException } Mode; enumerator in enum:Verifier::__anon182
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp952 scratch_class, Verifier::ThrowException, true, THREAD);
978 Verifier::verify(scratch_class, Verifier::ThrowException, true, THREAD);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp257 throw_verifyerror ? Verifier::ThrowException : Verifier::NoException;

Completed in 117 milliseconds