[kaffe] invoking interpreter execution in jit3

2004-10-17 Thread kalyan ram
Hai Is it possible to invoke the interpreter execution engine in the Jit3? For example, for a particular method I want the interpreter mode of kaffe to execute rather than the jit3. Thanks --Ram = C.Kalyan Ram 2221,S St Apt #23,Lincoln NE-68503 Email:[EMAIL PROTECTED] Ph:(402)742-9671 Un

[kaffe] Re: Latest CVS with linux/ia32

2004-10-17 Thread Kiyo Inaba
Guilhem wrote: >Besides that I have >no problems on mandrake or FC2.92 on ia32... What distribution are you >using ? I tested it on $ cat /etc/redhat-release Red Hat Linux release 8.0 (Psyche) with --enable-pure-java-math --disable-sound --without-x --disable-native-awt --disable-static

[kaffe] CVS kaffe (robilad): Small fixes for pthreads warnings

2004-10-17 Thread Kaffe CVS
PatchSet 5306 Date: 2004/10/17 22:54:28 Author: robilad Branch: HEAD Tag: (none) Log: Small fixes for pthreads warnings 2004-10-17 Dalibor Topic <[EMAIL PROTECTED]> * kaffe/kaffevm/systems/unix-pthreads/thread-impl.c (tDump): Fixed format warning. (tWatchdogRun): Made

Re: [kaffe] Latest CVS with linux/ia32

2004-10-17 Thread Dalibor Topic
Guilhem Lavaux wrote: Kiyo Inaba wrote: Hi all, Latest snap fails so many regression tests on linux/ia32. The errors are error compiling: Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/NullPointerException Internal error: caught an

[kaffe] CVS kaffe (robilad): Resynced with GNU Crypto

2004-10-17 Thread Kaffe CVS
PatchSet 5305 Date: 2004/10/17 19:06:45 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Crypto Members: ChangeLog:1.2857->1.2858 libraries/javalib/Makefile.am:1.250->1.251 libraries/javalib/Makefile.in:1.330->1.331 libraries/javalib/all.files:1

Re: [kaffe] Internal error: caught an unexpected exception.

2004-10-17 Thread Guilhem Lavaux
Mark Wielaard wrote: Hi, Sometimes, but not always, I get: Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/NullPointerException It seems to mostly happen when my machine is doing lots of disk activity. If I wait till the machine is comple

Re: [kaffe] Latest CVS with linux/ia32

2004-10-17 Thread Guilhem Lavaux
Kiyo Inaba wrote: Hi all, Latest snap fails so many regression tests on linux/ia32. The errors are error compiling: Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/NullPointerException Internal error: caught an unexpected exception.

[kaffe] CVS kaffe (guilhem): Thread fix when starting daemon + more debug info for pthreads.

2004-10-17 Thread Kaffe CVS
PatchSet 5304 Date: 2004/10/17 14:38:27 Author: guilhem Branch: HEAD Tag: (none) Log: Thread fix when starting daemon + more debug info for pthreads. * kaffe/kaffevm/thread.c (startSpecialThread): Save the content of pointer_args before locking. * kaffe/kaffevm/s