This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: PATCH: Collections, episode iv
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: PATCH: Collections, episode iv
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Sun, 10 Dec 2000 19:52:08 -0800 (PST)
- Cc: java-patches at sources dot redhat dot com
- References: <3A344EB7.4734BA0C@albatross.co.nz>
- Reply-To: apbianco at cygnus dot com
Bryce McKinlay writes:
> I've imported WeakHashMap nad java/lang/ref from classpath.
> Unfortunately WeakHashMap does *not* work with the current compiler
> due to the finit$ bug, so we won't build it just yet. (I see the
> finit$ problems very regularly... usually they are easy to work
> around by moving init code from initializers to constructors, but in
> this case the problem occurs in an anonymous class so its not
> trivial/clean to work around.)
OK. I'll have a look at it (I'm going to file a PR too.)
./A