This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Imported Boehm GC 5.0 release
- To: java-patches at sourceware dot cygnus dot com
- Subject: Imported Boehm GC 5.0 release
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Thu, 11 May 2000 10:40:46 +1200
I've imported the 5.0 release of the collector. Again, the changes are
minor, but now we can say we're not running an "alpha" release!
regards
[ bryce ]
Since 5.0alpha7:
- Fixed threadlibs.c for linux threads. -DUSE_LD_WRAP was
broken and -ldl was omitted. Fixed Linux stack finding code to
handle -DUSE_LD_WRAP correctly.
- Added MSWIN32 exception handler around marker, so that the
collector can recover from root segments that are unmapped
during the collection. This caused occasional failures under
Windows 98, and may also be an issue under Windows NT/2000.