This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFA: Patch: Fix IdentityHashMap Error
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 07 Dec 2004 09:15:38 -0700
- Subject: Re: RFA: Patch: Fix IdentityHashMap Error
- References: <cp3m5m$kul$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> This patch fixes the java/util/IdentityHashMap.java regression
Ranjit> reported in:
I looked through cvs history and apparently this code was correct in
gcc 3.1.
Ranjit> http://gcc.gnu.org/ml/java/2004-11/msg00153.html
Ranjit> Tested on i686-pc-linux-gnu.
Ranjit> OK for mainline?
Yes, thanks.
Tom