[Bug boehm-gc/25652] Java support for amd64-pc-freebsd

2007-09-13 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #9 from arno at heho dot snv dot jussieu dot fr 2007-09-13 10:48 --- Created an attachment (id=14201) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14201&action=view) No longer exclude libgcj on x86_64. -- arno at heho dot snv dot jussieu dot fr

[Bug boehm-gc/25652] Java support for amd64-pc-freebsd

2007-09-13 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #8 from arno at heho dot snv dot jussieu dot fr 2007-09-13 10:46 --- Since January commits to boehm-gc for handling amd64/x86-64 cpu under GNU/kFreeBSD, I confirm that libgcj-support is OK for x86_64*freebsd IMHO this PR can be closed I propose a last 'patch'

[Bug boehm-gc/25652] Java support for amd64-pc-freebsd

2006-10-23 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #6 from arno at heho dot snv dot jussieu dot fr 2006-10-23 14:58 --- Created an attachment (id=12480) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12480&action=view) Take III Most of the original patch probably has been commited when adding support for GNU/k

[Bug boehm-gc/25652] Java support for amd64-pc-freebsd

2006-07-26 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #5 from arno at heho dot snv dot jussieu dot fr 2006-07-26 18:36 --- Created an attachment (id=11950) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11950&action=view) take-II this one works at -head as well Bon, apparently I'm (almost) the only one who

[Bug libgcj/28442] libtool: link: cannot find the library `'

2006-07-23 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #2 from arno at heho dot snv dot jussieu dot fr 2006-07-23 13:05 --- Created an attachment (id=11924) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11924&action=view) test if found dependency lib in fact has a name I use this patch for months to prevent this

[Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector

2006-06-10 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #34 from arno at heho dot snv dot jussieu dot fr 2006-06-10 18:00 --- (In reply to comment #30) This patch works great for me. Tested on i386-freebsd6 and i386-linux-2.6.15-gentoo by calling CNI in threads created by an absolute non-CNI aware c++ Corba library

[Bug boehm-gc/25652] Java support for amd64-pc-freebsd

2006-01-03 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #2 from arno at heho dot snv dot jussieu dot fr 2006-01-03 22:54 --- I forgot to mention : correct libjava testsuite results : === libjava Summary === # of expected passes3964 # of unexpected failures24 # of expected failures

[Bug boehm-gc/25652] Java support for amd64-pc-freebsd

2006-01-03 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #1 from arno at heho dot snv dot jussieu dot fr 2006-01-03 16:43 --- Created an attachment (id=10578) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10578&action=view) Add support for amd64--freebsd -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25652

[Bug boehm-gc/25652] New: Java support for amd64-pc-freebsd

2006-01-03 Thread arno at heho dot snv dot jussieu dot fr
: unassigned at gcc dot gnu dot org ReportedBy: arno at heho dot snv dot jussieu dot fr GCC target triplet: amd64-pc-freebsd[56] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25652

[Bug libgcj/24154] Make requires too much memory building libjava

2005-12-22 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #3 from arno at heho dot snv dot jussieu dot fr 2005-12-22 15:33 --- Might this be related to make-bug #1379 ("Don't use alloca() for automatic variable values like $^, etc. In the case of very large lists of prerequisites this causes problems."), which

[Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector

2005-10-23 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #19 from arno at heho dot snv dot jussieu dot fr 2005-10-23 23:37 --- Subject: Re: JNI/CNI AttachCurrentThread does not register thread with garbage collector Hello, > Arno - you're missing the point. One of the test cases for this is > rssowl (or more specif

[Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector

2005-10-22 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #17 from arno at heho dot snv dot jussieu dot fr 2005-10-23 00:28 --- I quickly wrote a testcase to illustrate my point (attached jnew.java Makefile gc-thread-register.cc) : Compiling and running gives : ./gc-thread-register Starting first thread ...done

[Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector

2005-10-22 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #16 from arno at heho dot snv dot jussieu dot fr 2005-10-23 00:24 --- Created an attachment (id=10048) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10048&action=view) template for using jnew.java and gc-thread-register.cc -- http://gcc.gnu.org/b

[Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector

2005-10-22 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #15 from arno at heho dot snv dot jussieu dot fr 2005-10-23 00:22 --- Created an attachment (id=10047) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10047&action=view) simple class -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13212

[Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector

2005-10-22 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #14 from arno at heho dot snv dot jussieu dot fr 2005-10-23 00:21 --- Created an attachment (id=10046) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10046&action=view) CC test file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13212

[Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector

2005-10-22 Thread arno at heho dot snv dot jussieu dot fr
--- Comment #13 from arno at heho dot snv dot jussieu dot fr 2005-10-22 20:58 --- Shouldn't part of boehm-gc .h and config files be installed and picked up by #include ? Especially boehm-gc doc says pthread_create (and some other thread-functions) should not be called dir