[kaffe] x86 JIT bug

2003-10-31 Thread Jim Pick
This dies with a NullPointerException with jit3 on x86, but it works with the interpreter. I'll look deeper tomorrow, but if anybody else wants to take a shot at it, be my guest. In case you're curious, it's from inside ant. It's preventing avalon-logkit from compiling inside the Jakarta Gump

[kaffe] some IPv6-related problem?

2003-10-31 Thread Ito Kazumitsu
Hi, Today's regression tests showed: FAIL: UDPTest.java FAIL: SoTimeout.java Let's look into the case of SoTimeout.java. SoTimeout.fail says: java.lang.IllegalArgumentException: Bad port number: 65536 at java.net.InetSocketAddress. (InetSocketAddress.java:71) at java.net.ServerSocket. (S

[kaffe] CVS kaffe (dalibor): Fixed bug in interpreter's lcmp

2003-10-31 Thread Kaffe CVS
PatchSet 4147 Date: 2003/10/31 20:46:56 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed bug in interpreter's lcmp Members: ChangeLog:1.1739->1.1740 kaffe/kaffevm/intrp/icode.h:1.18->1.19 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.1739 kaffe/ChangeLog:1.1740 --- kaff

Re: [kaffe] Classpath beans update.

2003-10-31 Thread Jim Pick
On Fri, 24 Oct 2003 16:10:52 +0200 Dalibor Topic <[EMAIL PROTECTED]> wrote: > James Simmons wrote: > > Is it possible to integrate beans from GNU Classpath into Kaffe. I need it > > for Classpath AWT. > > Done. Please update from CVS, and good luck with the AWT port. > > Speaking of the AWT sw

Re: [kaffe] CVS kaffe (kaz): libraries/javalib/java/net/InetAddress.java:

2003-10-31 Thread Guilhem Lavaux
Kaffe CVS wrote: PatchSet 4146 Date: 2003/10/31 15:15:42 Author: kaz Branch: HEAD Tag: (none) Log: 2003-10-31 Ito Kazumitsu <[EMAIL PROTECTED]> * libraries/javalib/java/net/InetAddress.java: (getAllByName) check whether getHostByName returns IPv6 address. If it is the case

[kaffe] CVS kaffe (kaz): libraries/javalib/java/net/InetAddress.java:

2003-10-31 Thread Kaffe CVS
PatchSet 4146 Date: 2003/10/31 15:15:42 Author: kaz Branch: HEAD Tag: (none) Log: 2003-10-31 Ito Kazumitsu <[EMAIL PROTECTED]> * libraries/javalib/java/net/InetAddress.java: (getAllByName) check whether getHostByName returns IPv6 address. If it is the case we build Inet6

[kaffe] GC Error while running simplescalar with kaffe

2003-10-31 Thread Archana
Hi, when i run some of the Spec JVM98 benchmarks with kaffe (July 2002 release) i get this error mem/gc-incremental.c:1064: gcFree: Assertion `!!!"Attempt to explicitly free nonfixed object"' failed. Does this mean that the GC is getting invoked? has this been a bug in the release? Thanks archa

[kaffe] Compilation failed

2003-10-31 Thread Nicolas Le Sommer
Hi all, The compilation of the current Kaffe CVS version because the file gnu/java/net/content/text/plain.java does not exist in Kaffe. This file is declared in Makefile.am of kaffe/libraries/javalib Best regards, Nicolas ___ kaffe mailing list [EMAIL

Re: [kaffe] Weird warnings on powerpc-macosx

2003-10-31 Thread Michael Franz
Dalibor, I had spent some time on this before, but I had to give up, when I had more time, it seemed like a lot had changed in Kaffe and I didn't have time to relearn the structure. > > Unfortunatley, is still has one big build issue: it > crashes during the > compilation of the class library.

Re: [kaffe] Weird warnings on powerpc-macosx

2003-10-31 Thread Dalibor Topic
Hallo Michael, Michael Franz wrote: Dalibor, Does this mean that Kaffe is working again on Mac OS X? I tried earlier this week and still had build issues. Unfortunatley, is still has one big build issue: it crashes during the compilation of the class library. It receives a signal EXC_BAD_ACCESS

Re: [kaffe] problems with kaffe-1.1.2 + ant-1.5.4

2003-10-31 Thread Dalibor Topic
Hi Juan, Juan Antonio Martinez wrote: El jue, 30-10-2003 a las 18:45, Dalibor Topic escribió: [...] You should give us the invocation line of kjc, too. Probably ant messes up an option for kjc, and doesn't use the proper option to call it. That's an issue that using build.compiler=kjc should

Re: [kaffe] problems with kaffe-1.1.2 + ant-1.5.4

2003-10-31 Thread Juan Antonio Martinez
El jue, 30-10-2003 a las 18:45, Dalibor Topic escribió: > Hola Juan, [...] > BTW, you can also use build.compiler=kjc to load kjc in the same VM > where ant is running, if you expect performance gains from that. Thanks: build.compiler=kjc works fine [...] > You should give us the invocation l

Re: [kaffe] Eclipse 3.0M4 on kaffe

2003-10-31 Thread Mark Wielaard
Hi all, On Thu, 2003-10-30 at 22:34, Mark Wielaard wrote: > You will need eclipse-SDK-3.0M4-linux-gtk.zip from: > http://download2.eclipse.org/downloads/drops/S-3.0M4-200310101454/ The same setup also works for the older eclipse-SDK-2.1.1-linux-gtk.zip. > First replace java/net/URLen/decode.java