This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Possible WeakReference Bug
- From: Tom Tromey <tromey at redhat dot com>
- To: jmr at ugcs dot caltech dot edu (Jesse Rosenstock)
- Cc: java at gcc dot gnu dot org
- Date: 18 Nov 2002 16:07:27 -0700
- Subject: Re: Possible WeakReference Bug
- References: <20021118233404.EB25784053@euro.ugcs.caltech.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Jesse" == Jesse Rosenstock <jmr@ugcs.caltech.edu> writes:
>> The appended patch is a start, but not complete.
Jesse> Works for me. Thanks!
Actually that patch is really bogus and just hides the problem by
introducing a new bug. The new test in Reference.java has the wrong
sense. Bleah.
Tom