URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.jni/] [pr11951.java] - Rev 830
Go to most recent revision | Compare with Previous | Blame | View Log
public class pr11951 { public static Object dosomething() { throw new Error(); } public static native void nmethod(); public static void main(String[] args) { nmethod(); } static { System.loadLibrary("pr11951"); } }
Go to most recent revision | Compare with Previous | Blame | View Log