This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj buglet
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Subject: Re: gcj buglet
- From: Tom Tromey <tromey at redhat dot com>
- Date: 26 Sep 2001 18:25:16 -0600
- Cc: Java Discuss List <java at gcc dot gnu dot org>, Alexandre Petit-Bianco <apbianco at cygnus dot com>
- References: <873d59dd1w.fsf@creche.redhat.com> <3BB26B20.9030701@waitaki.otago.ac.nz>
- Reply-To: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
>> I re-merged a few classes from Classpath today. One of these is
>> java.util.HashMap (the new ones needs LinkedHashMap too, so you may
>> have a few hoops to jump through to reproduce this).
Bryce> FYI, there are a few issues with clone() in the new
Bryce> HashMap/LinkedHashMap code which Eric Blake is working
Bryce> on. Since the classpath code will be updated again soon, I was
Bryce> going to hold off remerging it for a little while...
Cool. I'll leave the collections re-merging to you then (unless you
really want me to do it; doesn't matter either way). Alex has a small
patch for the init bug I found; I don't know if it is one he will
check in though (I didn't understand it and for all I know it was just
a little hack).
Tom