[kaffe] CVS kaffe (jserv): Rename qteawt to qtawt.

2004-07-24 Thread Kaffe CVS
PatchSet 5008 Date: 2004/07/24 08:04:32 Author: jserv Branch: HEAD Tag: (none) Log: Rename qteawt to qtawt. * configure.ac, configure, po/kaffe.pot, po/fr.po, po/zh_TW.po, libraries/clib/awt/qt/Makefile.am,

[kaffe] Updating slib.h

2004-07-24 Thread Guilhem Lavaux
Hi, I'm proposing to transform slib.h in a real C module (slib.c, slib.h) which we may put in config/ directories. For the moment, external is the only user of this file but as I plan to dynamically retrieve symbols in unix-pthreads I need a symbol retrieving library. BTW, this will be needed

[kaffe] [Fwd: Threads Boehm GC]

2004-07-24 Thread Guilhem Lavaux
It doesn't seem to have reached the list. ---BeginMessage--- Hi, It seems that the Boehm-GC needs to catch a number of pthread calls. This is not evident to implement in kaffe but I think I can do the following: * I'll add a new GC call getCollectorName which will return boehm-gc in this case

Re: [kaffe] Threads Boehm GC

2004-07-24 Thread Helmer Krmer
On Sat, 24 Jul 2004 09:38:08 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: Hi, It seems that the Boehm-GC needs to catch a number of pthread calls. This is not evident to implement in kaffe but I think I can do the following: [...] Any comments ? why does the gc_pthread_redirects.h thing

Re: [kaffe] CVS kaffe (dalibor): Fixed turning off native AWT backends

2004-07-24 Thread Helmer Krmer
On Fri, 23 Jul 2004 19:18:34 -0700 Kaffe CVS [EMAIL PROTECTED] wrote: PatchSet 5005 Date: 2004/07/24 01:43:27 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed turning off native AWT backends 2004-07-24 Dalibor Topic [EMAIL PROTECTED] Fixed disabling of native AWT code.

Re: [kaffe] Threads Boehm GC

2004-07-24 Thread Guilhem Lavaux
Helmer Krämer wrote: On Sat, 24 Jul 2004 09:38:08 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: Hi, It seems that the Boehm-GC needs to catch a number of pthread calls. This is not evident to implement in kaffe but I think I can do the following: [...] Any comments ? why does the

Re: [kaffe] m68k jit3 (was: jit3 expert wanted!)

2004-07-24 Thread Helmer Krmer
On Fri, 23 Jul 2004 10:00:49 +0900 (JST) Kiyo Inaba [EMAIL PROTECTED] wrote: Hi, sorry for not replying earlier, I had an exam on Friday. I made a patch file to solve some problem on m68k jit3. In this patch you can find two modifications. The first one is suggested by Helmer not to emit

[kaffe] Re: m68k jit3 (was: jit3 expert wanted!)

2004-07-24 Thread Kiyo Inaba
To be precise, I said: The same code fragment exists in jit but it looks that cmp_ref_const itself has naver been invoked for jit. The cmp_ref_const itself was invoked in jit, but only with v == 0. Which means this function calls op_tst_a (test 0 for register) rather than calling incorrect

Re: [kaffe] Updating slib.h

2004-07-24 Thread Guilhem Lavaux
Guilhem Lavaux wrote: Hi, I'm proposing to transform slib.h in a real C module (slib.c, slib.h) which we may put in config/ directories. For the moment, external is the only user of this file but as I plan to dynamically retrieve symbols in unix-pthreads I need a symbol retrieving library.

Re: [kaffe] Updating slib.h

2004-07-24 Thread Guilhem Lavaux
Guilhem Lavaux wrote: Hi, I'm proposing to transform slib.h in a real C module (slib.c, slib.h) which we may put in config/ directories. For the moment, external is the only user of this file but as I plan to dynamically retrieve symbols in unix-pthreads I need a symbol retrieving library.

Re: [kaffe] Threads Boehm GC

2004-07-24 Thread Helmer Krmer
On Sat, 24 Jul 2004 11:59:40 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: Helmer Krämer wrote: On Sat, 24 Jul 2004 09:38:08 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: Hi, It seems that the Boehm-GC needs to catch a number of pthread calls. This is not evident to implement

Re: [kaffe] Swing/AWT merge from GNU Classpath done

2004-07-24 Thread Dalibor Topic
Ito Kazumitsu wrote: Hi, : == Dalibor Topic [EMAIL PROTECTED] writes: : * configure now tries to build all three awts by default. Xlib, Qt(e) : and classpath's gtk awt. Classpath's GTK awt is the default, but you can : switch kaffe to use another one by simply using an -X* option. So I had to

Re: [kaffe] Swing/AWT merge from GNU Classpath done

2004-07-24 Thread Mark Wielaard
On Fri, 2004-07-23 at 09:05, Guilhem Lavaux wrote: Dalibor Topic wrote: I've merged in the Swing/AWT code from GNU Classpath (before the last resync they had with gcj java-gui brach, so expect another tiny (600k) patch soon ;) You guys are awesome! It now works out of the box for me

[kaffe] [PATCH] m68k jit3 (was: jit3 expert wanted!)

2004-07-24 Thread Kiyo Inaba
Hi all, I made patch file to solve some problem on m68k jit3. In this patch you can find out two modifications. The first one is suggested by Helmer not to emit code for spilling unneeded registers. The second one is to comment out a function which emits unimplemented code. (Usually, 68k machine

Re: [kaffe] NetBSD/sparc error

2004-07-24 Thread Dalibor Topic
Riccardo wrote: Hello, this is the error I get on 1.6.2 NetBSD/sparc using teh default threading, which is pthreads now (1.6 netbsd has only user-land pthreads) In file included from /home/multix/kaffe-cvs/netbsd-sparc/../kaffe/kaffe/ kaffevm/systems/unix-pthreads/jthread.h:20,

Re: [kaffe] Re: jit3 expert wanted! (again)

2004-07-24 Thread Helmer Krmer
On Fri, 23 Jul 2004 17:49:06 +0900 (JST) Kiyo Inaba [EMAIL PROTECTED] wrote: Hi again, And again, the two move instructions at 0x293478 and 0x29347c destroy the attempt made at 0x293476... I think similar modification what Helmer showed may solve this problem, but I can not figure out

Re: [kaffe] Swing/AWT merge from GNU Classpath done

2004-07-24 Thread Guilhem Lavaux
Mark Wielaard wrote: On Fri, 2004-07-23 at 09:05, Guilhem Lavaux wrote: Dalibor Topic wrote: I've merged in the Swing/AWT code from GNU Classpath (before the last resync they had with gcj java-gui brach, so expect another tiny (600k) patch soon ;) In the end I send the whole

[kaffe] Re: m68k jit3 (was: jit3 expert wanted!)

2004-07-24 Thread Riccardo
In [EMAIL PROTECTED] Kiyo Inaba wrote: I made a patch file to solve some problem on m68k jit3. In this patch you can find two modifications. The first one is suggested by Helmer not to emit code for spilling unneeded registers. The second one is to comment out a function which emits

[kaffe] Info Kaffe on ARM/uClinux [was: Implementing JVM for ecos]

2004-07-24 Thread Andrea Scian
[this thread started on eCos-devel mailing list...] As I previously sayd I've also run some benchmark for academic purpose like jMocha suite (from IBM, not all the tests), LinPack SciMark 2.0 and they all complete successfully on both JVM. Then your kaffe arm port presumably works

Re: [kaffe] compilation errors with BoehmGC enabled

2004-07-24 Thread Guilhem Lavaux
[EMAIL PROTECTED] wrote: Hi all, I attempt to build cvs head of kaffe with BoehmGC enabled, and I found the following compilation errors: Yes, I have damaged the CPPFLAGS building procress. I have fixed this in my local tree and will check it in as soon as I have a working tree. Cheers,

Re: [kaffe] Swing/AWT merge from GNU Classpath done

2004-07-24 Thread Ito Kazumitsu
: == Dalibor Topic [EMAIL PROTECTED] writes: So I had to explicitly add --without-classpath-gtk-awt --without-kaffe-qte-awt to get configure working. : yeah. If that turns out to be too much of a hassle, we can change the : native AWT code defaults. If we merge in Odonata eventually,

[kaffe] CVS kaffe (dalibor): Fixed build problems on platforms without binreloc

2004-07-24 Thread Kaffe CVS
PatchSet 5006 Date: 2004/07/24 03:04:48 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed build problems on platforms without binreloc 2004-07-24 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffe/main.c (setKaffeAWT, options): Fix definiiton of prefix to use binreloc's LIBDIR

[kaffe] CVS kaffe (dalibor): Fixed build problems on platforms without binreloc

2004-07-24 Thread Kaffe CVS
PatchSet 5006 Date: 2004/07/24 03:04:48 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed build problems on platforms without binreloc 2004-07-24 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffe/main.c (setKaffeAWT, options): Fix definiiton of prefix to use binreloc's LIBDIR

Re: [kaffe] Swing/AWT merge from GNU Classpath done

2004-07-24 Thread Mark Wielaard
Hi, On Sun, 2004-07-25 at 00:11, Ito Kazumitsu wrote: But the new problem is that, even though I use --without-kaffe-qte-awt, configure checks QTDIR and fails. Note that this configure option got renamed to --without-kaffe-qt-awt Cheers, Mark signature.asc Description: This is a digitally

Re: [kaffe] CVS kaffe (dalibor): Fixed turning off native AWT backends

2004-07-24 Thread Guilhem Lavaux
Helmer Krämer wrote: On Fri, 23 Jul 2004 19:18:34 -0700 Kaffe CVS [EMAIL PROTECTED] wrote: PatchSet 5005 Date: 2004/07/24 01:43:27 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed turning off native AWT backends 2004-07-24 Dalibor Topic [EMAIL PROTECTED] Fixed disabling of native

[kaffe] Re: m68k jit3 (was: jit3 expert wanted!)

2004-07-24 Thread Kiyo Inaba
Hi Helmer, Do all of the methods that are not compiled correctly contain exception handlers (or synchronized(foo){} blocks)? For the time being, the answer is YES. The second problem I found also related to synchronized. It happened in java/lang/String.init(StringBuffer)V I will continue

Re: [kaffe] Threads Boehm GC

2004-07-24 Thread Guilhem Lavaux
Helmer Krämer wrote: On Sat, 24 Jul 2004 11:59:40 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: Helmer Krämer wrote: On Sat, 24 Jul 2004 09:38:08 +0200 Guilhem Lavaux [EMAIL PROTECTED] wrote: Hi, It seems that the Boehm-GC needs to catch a number of pthread calls. This is not