This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GC 6.0alpha7 local changes


In article <3B0A08E0.B24AB99E@waitaki.otago.ac.nz> you write:

> Last night I imported the latest GC version onto the mainline and
> cleaned out a few more local changes which were obviously duplicated
> or obsolete. Here's a diff which shows all of the current remaining
> local changes vs. Hans' distribution.

> I've tested the new GC on i686 linux and had no
> testsuite/GCTest/GCBench regressions.

Thank you! I can confirm that it builds on i386-unknown-freebsd4.2.

As you had suggested, it appears it will now be fairly simple to add
the rest of threading support for this platform since I see how many
ports now use the almost-generic pthread code in linux_threads.c
(perhaps that file should be renamed to posix_threads.c ;-).  I'm glad
I waited for you to do this import.

But it appears that a simple `make check' in boehm-gc broke:

gmake: *** No rule to make target `test.c', needed by `test.o'.  Stop.

Thus, when you say that you saw no testsuite regressions, shall I
assume no regressions in libjava?

Regards,
Loren


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]