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 14:31:05 -0700
- Subject: Re: Possible WeakReference Bug
- References: <20021118204311.130F384053@euro.ugcs.caltech.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Jesse" == Jesse Rosenstock <jmr@ugcs.caltech.edu> writes:
Jesse> I think I may have found a bug with WeakReference, but I want
Jesse> to make sure I understand how they're supposed to work before I
Jesse> submit a PR.
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.
Tom