This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Imported Boehm GC 5.0 release
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Imported Boehm GC 5.0 release
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Wed, 10 May 2000 16:10:19 -0700 (PDT)
- Cc: java-patches at sourceware dot cygnus dot com
- References: <3919E56E.B36222FC@albatross.co.nz>
Bryce> I've imported the 5.0 release of the collector. Again, the
Bryce> changes are minor, but now we can say we're not running an
Bryce> "alpha" release!
Thanks Bryce; much appreciated.
Probably one more import at some point in the future: Hans might add
finalizer notification to the GC so that we can know when to run
finalizers (in a separate thread).
Tom