[kaffe] CVS kaffe (guilhem): SunOS fixes + New testcase for JNI.

2004-07-11 Thread Kaffe CVS
PatchSet 4927 Date: 2004/07/11 08:54:16 Author: guilhem Branch: HEAD Tag: (none) Log: SunOS fixes + New testcase for JNI. * configure.ac: Check whether we are using GLIBC 2.1 or 2.2. * kaffe/kaffevm/systems/unix-pthreads/thread-impl.c: Removed some unused commented funct

Re: [kaffe] Relicensing the Verifier, and Turning it On

2004-07-11 Thread Dalibor Topic
Chris Gray wrote: On Saturday 10 July 2004 20:58, Dalibor Topic wrote: Yes, in fact integrating Rob's code will be quite a major effort. Wonka has a different object layout (we don't use handles), different stack layout, and our data structures for classes, methods etc. don't resemble Kaffe's an

Re: [kaffe] Fixing mipsel-linux: differences between jit3 and jit1

2004-07-11 Thread Dalibor Topic
Helmer Krämer wrote: On Thu, 08 Jul 2004 21:04:41 +0200 Dalibor Topic <[EMAIL PROTECTED]> wrote: Hi, I've been trying to fix the build on mipsel-linux. It uses jit3. I've got the LOUT build problem sorted out, the syntax of LOUT and friends has changed between jit3 and jit1. The next stumbling s

[kaffe] CVS kaffe (hkraemer): small fix for Thread and ResourceBundle

2004-07-11 Thread Kaffe CVS
PatchSet 4928 Date: 2004/07/11 13:33:16 Author: hkraemer Branch: HEAD Tag: (none) Log: small fix for Thread and ResourceBundle Members: ChangeLog:1.2493->1.2494 libraries/javalib/java/lang/Package.java:1.5->1.6 libraries/javalib/java/lang/Thread.java:1.45->1.46

[kaffe] pthread_attr_setschedpolicy missing on NetBSD 2.0 beta

2004-07-11 Thread Riccardo
Hello, I tried building kaffe with pthreads on NetBSD 2.0 beta and I get : kaffevm/verifier/.libs/libkaffeverifier.so -lm ../../replace/.libs/ libreplace.so ../../libltdl/.libs/libltdlc.a -Wl,--rpath -Wl,/usr/local/ kaffe/jre/lib/sparc ./kaffevm/.libs/libkaffevm.so: undefined reference to `pthrea

[kaffe] CVS kaffe (hkraemer): corrected checks whether accesses from an inner class are correct

2004-07-11 Thread Kaffe CVS
PatchSet 4930 Date: 2004/07/11 18:09:06 Author: hkraemer Branch: HEAD Tag: (none) Log: corrected checks whether accesses from an inner class are correct Members: ChangeLog:1.2495->1.2496 kaffe/kaffevm/access.c:1.6->1.7 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.2495 kaf

[kaffe] 5 Regressions fail on Solaris

2004-07-11 Thread Riccardo
Hey! 5 regressions fail on Solaris 2.6, jthread build. CLTestConc.failTestUnlock.fail DoubleCvt.fail ThreadState.fail NetworkInterfaceTest.fail I'm going to tar *.fail up and put it in my page. The good news is that it build, using KJC and jar ! Cheers, Riccardo

Re: [kaffe] CVS kaffe (dalibor): Fixed make check failures on x86_64-linux

2004-07-11 Thread Gwenole Beauchesne
Hi, Fixed make check failures on x86_64-linux The most important part was to get PROM_f defined correctly, which this patch doesn't address, hence the bug still remains. ;-) I have a patch to get rid of PROM_f and use if (PROMOTE_jfloat2jdouble) to select the right dest member, but that wouldn't

[kaffe] CVS kaffe (dalibor): Added s390/linux/sigcontextinfo.h to distribution

2004-07-11 Thread Kaffe CVS
PatchSet 4933 Date: 2004/07/11 21:06:20 Author: dalibor Branch: HEAD Tag: (none) Log: Added s390/linux/sigcontextinfo.h to distribution 2004-07-11 Dalibor Topic <[EMAIL PROTECTED]>, * config/Makefile.am: (EXTRA_DIST) Added s390/linux/sigcontextinfo.h * config/Makefile

Re: [kaffe] Fixing mipsel-linux: differences between jit3 and jit1

2004-07-11 Thread Dalibor Topic
Dalibor Topic wrote: Helmer Krämer wrote: On Thu, 08 Jul 2004 21:04:41 +0200 Dalibor Topic <[EMAIL PROTECTED]> wrote: Hi, I've been trying to fix the build on mipsel-linux. It uses jit3. I've got the LOUT build problem sorted out, the syntax of LOUT and friends has changed between jit3 and jit1.

Re: [kaffe] patch for kaffe1.0.7jit3 code runing on MIPS

2004-07-11 Thread Dalibor Topic
Hi Yoshiharu, Yoshiharu Oba wrote: Yes!, I will be try to make a new build with a fresh CVS head in weekend. and test it myself. I expect acquiring the great performance. I will be able to report the result of a test to you even at next week.Please wait a little. No problem, thanks ! I've checked

[kaffe] CVS kaffe (dalibor): Added s390/linux/sigcontextinfo.h to distribution

2004-07-11 Thread Kaffe CVS
PatchSet 4933 Date: 2004/07/11 21:06:20 Author: dalibor Branch: HEAD Tag: (none) Log: Added s390/linux/sigcontextinfo.h to distribution 2004-07-11 Dalibor Topic <[EMAIL PROTECTED]>, * config/Makefile.am: (EXTRA_DIST) Added s390/linux/sigcontextinfo.h * config/Makefile

Re: [kaffe] pthread_attr_setschedpolicy missing on NetBSD 2.0 beta

2004-07-11 Thread Dalibor Topic
Riccardo wrote: Hello, I tried building kaffe with pthreads on NetBSD 2.0 beta and I get : kaffevm/verifier/.libs/libkaffeverifier.so -lm ../../replace/.libs/ libreplace.so ../../libltdl/.libs/libltdlc.a -Wl,--rpath -Wl,/usr/local/ kaffe/jre/lib/sparc ./kaffevm/.libs/libkaffevm.so: undefined refere

Re: [kaffe] pthread_attr_setschedpolicy missing on NetBSD 2.0 beta

2004-07-11 Thread Dalibor Topic
Riccardo wrote: Hello, I tried building kaffe with pthreads on NetBSD 2.0 beta and I get : kaffevm/verifier/.libs/libkaffeverifier.so -lm ../../replace/.libs/ libreplace.so ../../libltdl/.libs/libltdlc.a -Wl,--rpath -Wl,/usr/local/ kaffe/jre/lib/sparc ./kaffevm/.libs/libkaffevm.so: undefined refere

[kaffe] _POSIX_THREAD_PROCESS_SHARED

2004-07-11 Thread Ito Kazumitsu
Hi, I have just commited a patch to kaffe/kaffevm/systems/unix-pthreads/lock-impl.h, changing if defined(_POSIX_THREAD_PROCESS_SHARED) to if defined(_POSIX_THREAD_PROCESS_SHARED) && _POSIX_THREAD_PROCESS_SHARED != -1 This patch was necessary becuase FreeBSD 5.1-RELEASE explicitly def

Re: [kaffe] _POSIX_THREAD_PROCESS_SHARED

2004-07-11 Thread Dalibor Topic
Ito Kazumitsu wrote: Hi, I have just commited a patch to kaffe/kaffevm/systems/unix-pthreads/lock-impl.h, changing if defined(_POSIX_THREAD_PROCESS_SHARED) to if defined(_POSIX_THREAD_PROCESS_SHARED) && _POSIX_THREAD_PROCESS_SHARED != -1 This patch was necessary becuase FreeBSD 5.1-RELEAS

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath: InvocationEvent

2004-07-11 Thread Kaffe CVS
PatchSet 4938 Date: 2004/07/12 02:42:34 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: InvocationEvent 2004-07-11 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/awt/event/InvocationEvent.java: Resynced with GNU Classpath. 2004-0

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath: serialization fixes

2004-07-11 Thread Kaffe CVS
PatchSet 4942 Date: 2004/07/12 03:40:55 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: serialization fixes 2004-07-11 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/io/ObjectInputStream.java, libraries/javalib/java/io/ObjectStreamClass.j

[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath: Locale

2004-07-11 Thread Kaffe CVS
PatchSet 4951 Date: 2004/07/12 05:21:53 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: Locale 2004-07-11 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/util/Locale.java: Resynced with GNU Classpath. 2004-07-05 Bryce McKinlay <

[kaffe] CVS kaffe (dalibor): Resynced with GNU classpath: DateFormat

2004-07-11 Thread Kaffe CVS
PatchSet 4950 Date: 2004/07/12 05:08:46 Author: dalibor Branch: HEAD Tag: (none) Log: Resynced with GNU classpath: DateFormat 2004-07-11 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/text/DateFormat.java: Resynced with GNU Classpath. 2003-06-27 Dalibor T

[kaffe] CVS kaffe (jserv): Better way to handle Qt AWT backend debugging and update FAQ.awt

2004-07-11 Thread Kaffe CVS
PatchSet 4952 Date: 2004/07/12 06:39:49 Author: jserv Branch: HEAD Tag: (none) Log: Better way to handle Qt AWT backend debugging and update FAQ.awt * libraries/clib/awt/qt/evt.cc: Safer way to handler processEvent. * libraries/clib/awt/qt/img.cc: Add type conver