URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.jni/] [noclass.c] - Rev 817
Go to most recent revision | Compare with Previous | Blame | View Log
#include <noclass.h> JNIEXPORT void JNICALL Java_noclass_find_1it (JNIEnv *env, jclass k) { /* We cause an exception by asking for a class we know does not exist. */ k = (*env)->FindClass (env, "java/lang/Sarcophagus"); }
Go to most recent revision | Compare with Previous | Blame | View Log