URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.jvmti/] [geterrorname.java] - Rev 796
Go to most recent revision | Compare with Previous | Blame | View Log
// Test JVMTI GetErrorName public class geterrorname { public static native void do_errorname_tests (); public static void main (String[] args) { System.out.println ("JVMTI GetErrorName tests"); do_errorname_tests (); } }
Go to most recent revision | Compare with Previous | Blame | View Log