This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Many Failures In libjava Testsuite!
- From: Hans Boehm <Hans dot Boehm at hp dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: tromey at redhat dot com, Ranjit Mathew <rmathew at gmail dot com>,GCJ <java at gcc dot gnu dot org>, Java Patches <java-patches at gcc dot gnu dot org>
- Date: Tue, 30 Nov 2004 20:58:47 -0800 (PST)
- Subject: Re: Many Failures In libjava Testsuite!
- References: <coeq1l$s24$1@sea.gmane.org> <41AB0AE3.2020406@gmail.com><41ABC1F2.4050707@redhat.com> <m3oehfndtr.fsf@localhost.localdomain><41ACFE00.30308@redhat.com>
On Tue, 30 Nov 2004, Bryce McKinlay wrote:
>
> It would be really nice if
> libjava had no compile-time dependencies on the GC's configuration,
> however - ie GC_malloc() should call the right version depending on how
> the GC is configured, that way libjava wouldn't have to include any
> configuration from the GC.
>
Agreed, and planned for GC7.0. But that won't make it into gcc4.0.
Hans