Re: [kaffe] Assertion failed - thread.c

2005-01-17 Thread Eduardo Melione
Hi, I'm running some benchmarks (SPECJVM98 and SciMark) with BIT (Bytecode Instrumentation Tool) that inflates the method code to do some metrics. At Sun's JVM it does not run and an error about Invalid method Code length is reported. At Kaffe1.0.7 I 'm getting this message during execution:

[kaffe] CVS kaffe (robilad):

2005-01-17 Thread Kaffe CVS
*** ERROR *** cvsps failed - lastCandidate was 0 ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] (no subject)

2005-01-17 Thread [EMAIL PROTECTED]
hi, I need to port kaffe-1.1.4 from i386 to Powerpc, before cross-compile kaffe,I make and install 'native' kaffe . '../kaffe-1.1.4/configure' is ok, when I type make, I get this error at the end : make[2]: Leaving

[kaffe] dlls

2005-01-17 Thread zdragan
Hi. Can anyone tell me where can I find io.dll, net.dll, management.dll... needed by kaffe VM? Thanks. ___ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] Bytecode fails verification when anonymous class inherits inner class of another class.

2005-01-17 Thread Ito Kazumitsu
In message [kaffe] Bytecode fails verification when anonymous class inherits inner class of another class. on 05/01/16, Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: The resulting Second$1Inner.class contains this method: Method name:init public Signature: (Second,First)void

[kaffe] CVS kaffe (robilad): doubled stack size on powerpc for kjc

2005-01-17 Thread Kaffe CVS
PatchSet 5865 Date: 2005/01/17 18:14:09 Author: robilad Branch: HEAD Tag: (none) Log: doubled stack size on powerpc for kjc 2005-01-17 Dalibor Topic [EMAIL PROTECTED] * config/powerpc/threads.h (THREADSTACKSIZE): Double stack size for kjc. Members: ChangeLog:1.3408-1.3409

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: AWT fix

2005-01-17 Thread Kaffe CVS
PatchSet 5864 Date: 2005/01/17 18:11:57 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: AWT fix 2005-01-15 Dalibor Topic [EMAIL PROTECTED] Resynced with GNU Classpath. 2005-01-15 Mark Wielaard [EMAIL PROTECTED] Reported by Martin Platter [EMAIL PROTECTED] *

[kaffe] Re: [jcvm-general] Memory allocation benchmark

2005-01-17 Thread pancake
sorry about the other forwarded message. i was talking about this one. On Mon, 17 Jan 2005 12:53:36 -0800 Tzvetan Mikov [EMAIL PROTECTED] wrote: I have written a very simple program that is supposed to test the performance of the heap manager by making many small allocations. (IMO, typical

Re: [kaffe] need help in porting kaffe on powerpc

2005-01-17 Thread Michael Franz
Christina, Are you trying to port kaffe to linux/ppc or just trying to cross-compile? kaffe already runs on linux/ppc. If you are trying to cross-compile check out this document. http://kaffe.org/doc/kaffe/FAQ.cross-compiling. On Tue, 11 Jan 2005 11:44:30 +0800, [EMAIL PROTECTED] wrote: hi,