[kaffe] CVS kaffe (robilad): Small warning fixes in jar.c

2004-10-12 Thread Kaffe CVS
PatchSet 5277 Date: 2004/10/12 05:20:01 Author: robilad Branch: HEAD Tag: (none) Log: Small warning fixes in jar.c 2004-10-12 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/jar.c (initJarEntry, getCentralDirCount, getDataJarFile, openJarFile): Cast second parameter of

Re: [kaffe] RE: JamVM on ARM (XScale)

2004-10-12 Thread Dalibor Topic
Woloszynski, Charles wrote: I have heard that floating point emulation in the kernel is *much* slower than replacing the code with calls to a floating point library. I thought I saw someone talking about a floating point package that they used to avoid the kernel traps to get improved performance.

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: Small IO cleanups

2004-10-12 Thread Kaffe CVS
PatchSet 5270 Date: 2004/10/12 00:07:45 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: Small IO cleanups 2004-10-11 Dalibor Topic [EMAIL PROTECTED] * libraries/javalib/java/io/DataInputStream.java, libraries/javalib/java/io/DataOutputStream.java,

Re: [kaffe] mipsel and jit3

2004-10-12 Thread Timothy Stack
On Oct 11, 2004, at 6:47 PM, Dalibor Topic wrote: Mikolaj Habryn wrote: So, trying to run them, deducing environment setup etc. from scripts. internal/jitBasic appears to work, but doesn't actually seem to do anything. stracing it on x86 also doesn't appear to do anything (anything with the list

Re: [kaffe] ARM: unable to load .class files - Help required

2004-10-12 Thread Dalibor Topic
Thomas Winkler wrote: Hi again, Hallo Thomas, thanks for digging into it. In the meanwhile we investigated the problem a little further and found out the following: In libraries/javalib/java/io/File.java we added a debug output into function length. The file length that is reported by the

Re: [kaffe] Kaffe on XScale

2004-10-12 Thread Jari Korva
Hi, there was an additional f0 lurking (see below). Because my Assembly is pretty bad, I just removed it blindly - but it made Kaffe to compile! The resulting Kaffe does not quite work though (throws an NPE in System.initProperties, see bottom of this message). Cheers, Jari -

[kaffe] CVS kaffe (robilad): Fixed small compiler warning regarding failure to inline jthread_on_current_stac

2004-10-12 Thread Kaffe CVS
PatchSet 5278 Date: 2004/10/12 08:45:00 Author: robilad Branch: HEAD Tag: (none) Log: Fixed small compiler warning regarding failure to inline jthread_on_current_stack 2004-10-12 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/systems/unix-pthreads/thread-internal.h

Re: [kaffe] JamVM on ARM (XScale)

2004-10-12 Thread S. Meslin-Weber
Hi Rob, On Mon, Oct 11, 2004 at 12:46:02PM +0100, Robert Lougher wrote: The problems that could arise are that I assume floating-point emulation is enabled in the kernel (affects calling-convention). I Ah, this could cause issues with some linux distributions for ARM (familiar and OpenZaurus)

Re: [kaffe] ARM: unable to load .class files - Help required

2004-10-12 Thread Thomas Winkler
Hello, The File code has changed quite a bit in CVS, it's merged with GNU Classpath now. Could you give it a spin and see if that works better for you? I just compiled the current CVS code. But this doesn't solve our problem - we still get the same errors. As my colleague, Markus, reported

[kaffe] Re: darwin6 pthread still broken

2004-10-12 Thread Riccardo
Hmm.. I tried reverting the two lines in gc-mem.c fro Noa as he suggested some days ago and I still have the same error... bad bad, pthread is definively broken. -R In [EMAIL PROTECTED] Riccardo wrote: As the title says: Compiling classes from @all.files using

Re: [kaffe] ARM: unable to load .class files - Help required

2004-10-12 Thread Dalibor Topic
Thomas Winkler wrote: Hello, The File code has changed quite a bit in CVS, it's merged with GNU Classpath now. Could you give it a spin and see if that works better for you? Hallo Thomas, thanks for giving it a try. I'm sorry that it didn't work :( I just compiled the current CVS code. But this

[kaffe] CVS kaffe (robilad): Fixed small compiler warning

2004-10-12 Thread Kaffe CVS
PatchSet 5279 Date: 2004/10/12 10:10:28 Author: robilad Branch: HEAD Tag: (none) Log: Fixed small compiler warning 2004-10-12 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/native/ZipFile.c (java_util_zip_ZipFile_getZipData0): Use '\0' for an empty string to fix

[kaffe] Re: ARM: unable to load .class files - Help required

2004-10-12 Thread Quaritsch Markus
Hi, I'm a colleague of Winkler Thomas. Dalibor Topic wrote 'Re: ARM: unable to load .class files - Help required': The File code has changed quite a bit in CVS, it's merged with GNU Classpath now. Could you give it a spin and see if that works better for you? We will give it a try. But I

Re: [kaffe] Re: ARM: unable to load .class files - Help required

2004-10-12 Thread Dalibor Topic
Quaritsch Markus wrote: Hi, I'm a colleague of Winkler Thomas. Hallo Markus, , | [EMAIL PROTECTED]:/mnt/quaritsch# java -cp CTest.jar CTest | Trying to call c-function... | int: 1234 | long: 1074450732 ` So I asume that there might be something wrong related to JNI. But I didn't manage to

Re: [kaffe] Re: darwin6 pthread still broken

2004-10-12 Thread Guilhem Lavaux
Riccardo wrote: Hmm.. I tried reverting the two lines in gc-mem.c fro Noa as he suggested some days ago and I still have the same error... bad bad, pthread is definively broken. -R Hi Riccardo, Yes, I know. It is due to thread life cycle in kaffe. I was on the edge of fixing it (well I think

[kaffe] CVS kaffe (robilad): Added missing cast to make ZipFile warning-free

2004-10-12 Thread Kaffe CVS
PatchSet 5281 Date: 2004/10/12 17:21:52 Author: robilad Branch: HEAD Tag: (none) Log: Added missing cast to make ZipFile warning-free 2004-10-12 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/native/ZipFile.c: (java_util_zip_ZipFile_getZipData0) Cast size to size_t

[kaffe] CVS kaffe (robilad): Added missing cast to make ZipFile warning-free

2004-10-12 Thread Kaffe CVS
PatchSet 5281 Date: 2004/10/12 17:21:52 Author: robilad Branch: HEAD Tag: (none) Log: Added missing cast to make ZipFile warning-free 2004-10-12 Dalibor Topic [EMAIL PROTECTED] * libraries/clib/native/ZipFile.c: (java_util_zip_ZipFile_getZipData0) Cast size to size_t

[kaffe] CVS kaffe (guilhem): A few fixes for thread and pthreads.

2004-10-12 Thread Kaffe CVS
PatchSet 5282 Date: 2004/10/12 19:55:57 Author: guilhem Branch: HEAD Tag: (none) Log: A few fixes for thread and pthreads. * kaffe/kaffevm/thread.c (startSpecialThread): Use arg to get the specific arguments to start the special thread. (createDaemon): Use the