This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Boehm GC support addition for debugging
- From: Keith Seitz <keiths at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Tue, 20 Jun 2006 12:22:51 -0700
- Subject: Re: [RFA] Boehm GC support addition for debugging
- References: <4496CF73.7000507@redhat.com> <449848BF.8070503@redhat.com>
Bryce McKinlay wrote:
Keith Seitz wrote:
Is there another GC implementation in which I need to stub these methods?
nogc.cc should also be updated.
Ah, okay, Will do. I knew I probably missed one.
I've ifdef'd out the code for this because I'm still awaiting word on
the latest revision of my Boehm GC external thread suspension patch.
OK, but please check in the Boehm GC patch at the same time and remove
the #ifdef's. This is trunk we're talking about, and the thread
suspension code is unlikely to break anything that currently works. If
there are problems discovered with the thread suspension code, then we
can just fix them in trunk.
Hmm. Okay, well, so should I consider the GC patch "approved" _for now_
(or at least until it is a problem for me)?
I just want to be explicitly clear on this since Hans has not officially
approved anything w.r.t. my GC patch.
Keith