From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5580 invoked by alias); 2 Mar 2005 03:34:53 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 5557 invoked by uid 48); 2 Mar 2005 03:34:53 -0000 Date: Wed, 02 Mar 2005 10:13:00 -0000 Message-ID: <20050302033453.5554.qmail@sourceware.org> From: "soleger at nc dot rr dot com" To: java-prs@gcc.gnu.org In-Reply-To: <20050302025632.20273.soleger@nc.rr.com> References: <20050302025632.20273.soleger@nc.rr.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/20273] LinkedHashMap breaks linked list when access() is called X-Bugzilla-Reason: CC X-SW-Source: 2005-q1/txt/msg00558.txt.bz2 List-Id: ------- 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