This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Is the boehm GC supported under FreeBSD?
- From: Tom Tromey <tromey at redhat dot com>
- To: Jost Boekemeier <jost2345 at yahoo dot de>
- Cc: java at gcc dot gnu dot org
- Date: 19 Jan 2005 17:38:18 -0700
- Subject: Re: Is the boehm GC supported under FreeBSD?
- References: <1106051039.18412.70.camel@diego.intern.de>
- Reply-to: tromey at redhat dot com
>>>>> "Jost" == Jost Boekemeier <jost2345@yahoo.de> writes:
Jost> I have a long running test which loads classes from a private
Jost> classloader. After some time I it is called for the same class and then
Jost> crashes. I don't think there's an issue with the classloader, because I
Jost> get the same behaviour with the system classloader. GCC is 3.3.3, which
Jost> runs this test well on Linux.
I didn't want you go to answer-less, even though the answer is that I
don't know. Hans may know more. Or you could look at a more recent
GC (say, from gcc cvs) and see if any FreeBSD bug fixes look like they
may affect your code.
Tom