URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [pr100.java] - Rev 781
Go to most recent revision | Compare with Previous | Blame | View Log
// PR 100 // Second call to hashcode causes SEGV when dynamically linking. public class pr100 { public static void main(String[] args) { pr100 ht = new pr100(); System.err.println(ht.hashCode()); System.err.println(ht.getClass().hashCode()); } }
Go to most recent revision | Compare with Previous | Blame | View Log