Re: [kaffe] Simple program shows strange results

2003-03-06 Thread Kevin D. Kissell
Interestingly enough, if I run either an interpretive kaffe 1.0.7 plus my MIPS patches, or an interpretive MIPS build of the current kaffe.org CVS sources on a little-endian MIPS/Linux box (a MIPS Malta board with a 5Kc processor on it), I get:: [EMAIL PROTECTED] BUGS]$ javac Test.java [EMAIL

Re: [kaffe] Bug Report: accessing array doesn't throw NullPointerException under MIPS

2003-03-06 Thread Matthew Tippett
Correct, the intrp engine works fine (albiet *SO* much slower). The test are now passing. Kevin, since you seem to implicated as being the MIPS assembly guru, is there any way that I can assist with the JIT3 engine fixed? Since our application is running on an embedded (300 Mhz, 30 MB RAM)

Re: [kaffe] Bug Report: accessing array doesn't throw NullPointerException under MIPS

2003-03-06 Thread Kevin D. Kissell
Correct, the intrp engine works fine (albiet *SO* much slower). The test are now passing. Kevin, since you seem to implicated as being the MIPS assembly guru, is there any way that I can assist with the JIT3 engine fixed? Maybe. See below. Since our application is running on an

Re: [kaffe] Simple program shows strange results

2003-03-06 Thread Ito Kazumitsu
In message Re: [kaffe] Simple program shows strange results on 03/03/06, Kevin D. Kissell [EMAIL PROTECTED] writes: So the problem may be unique to x86 platforms, and if so, that vastly reduces the number of places one needs to look for the problem. It may be an x86 JIT bug, for example.

Re: [kaffe] Compare kaffe and IBMJava2-131 Java Virtual Machine.

2003-03-06 Thread Greg Wooledge
Dalibor Topic ([EMAIL PROTECTED]) wrote: I assume that the Freenet developers lurking on this mailing have some experience with respect to scalability of kaffe on their platforms, as they use kaffe with a) tons of threads b) to run crypto code c) lots of network activity Matthew, Greg,