This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: weird GC problem
Andrew Haley wrote:
> You did get my patch to java/boehm.c? It's called "PATCH: Java bitmap
> garbage collector". It's unlikely this is the real problem, but you
> never know.
Thanks. I did apply your patch, and also Hans' patch for the extra
UNLOCK. They didn't seem to help.
Incidentally, I tried swapping in a vanilla conservative boehm.cc that
simply calls GC_malloc and ignores the bitmap, just to rule out some
things. It didn't change the behavior of gc in this regard.
Jeff