[kaffe] jetty working kaffe

2003-11-18 Thread Syed Mudasir ahmed
hi, i have fixed the problem with jetty, i able to run jetty with kaffe-1.1.1 on powerpc, But it too slow. can some help me in optimiseing the speed of kaffe thanks Syed Mudasir Ahmed --- [EMAIL PROTECTED] wrote: > Send kaffe mailing list submissions to > [EMAIL PROTECTED] > > To subscri

Re: [kaffe] jetty working kaffe

2003-11-18 Thread Dalibor Topic
Hi Syed, Please don't include unrelated mails in your posts to the mailing list. Syed Mudasir ahmed wrote: hi, i have fixed the problem with jetty, i able to run jetty with kaffe-1.1.1 on powerpc, But it too slow. can some help me in optimiseing the speed of kaffe You can fiddle with CFLAGS t

[kaffe] good initial stack/heap size in embedded environment

2003-11-18 Thread Mark and Janice Juszczec
Hi folks I've gotten kaffe compiled and installed on my Helio. I'm getting a SIGSEGV when I try to use kaffe to execute a class file. I've tracked it down to kaffe/kaffevm/itypes.c It happens among the calls to initPrimClass in initTypes(). I don't get the signal in the same place-each time I

[kaffe] Re: Classloader bugs

2003-11-18 Thread Daniel Bonniot
Hi, I did the investigation on Bug2. It turns out that the whole story is about getParent() returning null, which is allowed. So Bug2 is not a bug. (It took me sometime to find this out, because of the stack frame printed, both at the Java level and inside gdb. The error was actually a standar