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: 19 Nov 2002 16:10:23 -0700
- Subject: Re: Possible WeakReference Bug
- References: <20021119230117.11E9084016@euro.ugcs.caltech.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Jesse" == Jesse Rosenstock <jmr@ugcs.caltech.edu> writes:
>> I'm checking in a patch that fixes the bugs I saw with your test
>> program. Please try it out and tell me how it works for you.
Jesse> I'm still seeing the problem. Did it go away for you?
Ah, it goes away if you change the code to read `new Cookie[100]',
which I did while tweaking things.
So there's still a problem. The patch that went in was still an
improvement though -- at least now the finalizers run.
Tom