This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: thread finalization
- To: tromey@cygnus.com
- Subject: Re: Patch: thread finalization
- From: Bryce McKinlay <bryce@albatross.co.nz>
- Date: Thu, 19 Aug 1999 14:14:37 +1200
- CC: Java Patch List <java-patches@sourceware.cygnus.com>
- References: <874shwyigw.fsf@cygnus.com>
Tom Tromey wrote:
> I'm committing this patch. It arranges for dead threads to be removed
> from their containing ThreadGroup. This allows the thread to be
> collected, and thus finalized.
Yes! This explains a memory leak I was having with some threaded I/O stuff I was
working on a while back (and was looking for in all the wrong places... ;-)
regards
[ bryce ]