[kaffe] arm/linux jit3 status report

2007-07-31 Thread Kiyo Inaba
Still it does not work, but I finally found where the bug is... According to the assembler listing of the method 'loadClass' (which is attached at the very end of this mail), the argument one (which is passed by register r1) is once stored in register r6, and has a copy in [r11, #-72]. But at adre

[kaffe] CVS kaffe (alper): Code update for new Xynth graphics api.

2007-07-31 Thread Kaffe CVS
PatchSet 7502 Date: 2007/07/31 19:53:31 Author: alper Branch: HEAD Tag: (none) Log: Code update for new Xynth graphics api. Members: ChangeLog:1.5001->1.5002 libraries/clib/awt/xynth/graphic.c:1.3->1.4 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5001 kaffe/ChangeLog:1.50

Re: [kaffe] tomcat-4.1 & kaffe; IllegalArgumentException: Attribute must be readable or writable

2007-07-31 Thread Craig Skinner
On Mon, Jul 30, 2007 at 10:50:53AM -0400, Joe Phillips wrote: > Based on the exception stack it looks like the problem is with some > JMX functionality > either in Tomcat proper or one of your webapps. Note the mention of > "MBean" > in the stack trace. > > I run Tomcat 5.0.30 on a SPARC with Kaff