[Bug libgcj/20273] LinkedHashMap breaks linked list when access() is called
soleger at nc dot rr dot com
gcc-bugzilla@gcc.gnu.org
Wed Mar 2 03:34:00 GMT 2005
------- Additional Comments From soleger at nc dot rr dot com 2005-03-02 03:34 -------
Created an attachment (id=8309)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8309&action=view)
Java test case for LinkedHashMapEntry.access() bug
Simply compile and run the class with gcj. The expected output should be:
Key: 1
Key: 2
Key: 3
but the output I am getting is:
Key: 1
Key: 2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20273
More information about the Gcc-bugs
mailing list