This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/20273] LinkedHashMap breaks linked list when access() is called
- From: "soleger at nc dot rr dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Mar 2005 03:34:53 -0000
- Subject: [Bug libgcj/20273] LinkedHashMap breaks linked list when access() is called
- References: <20050302025632.20273.soleger@nc.rr.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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