[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: initialization fixes for java.awt.image

2004-10-14 Thread Kaffe CVS
PatchSet 5291 Date: 2004/10/14 23:35:35 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: initialization fixes for java.awt.image 2004-10-14 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/awt/image/DataBufferByte.java, libraries/javalib/java

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: small import & javadoc cleanups

2004-10-14 Thread Kaffe CVS
PatchSet 5289 Date: 2004/10/14 22:02:24 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: small import & javadoc cleanups 2004-10-14 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/lang/Character.java, libraries/javalib/java/lang/Object.java,

[kaffe] CVS kaffe (robilad): resynced with GNU Classpath: small cleanup in java.net

2004-10-14 Thread Kaffe CVS
PatchSet 5290 Date: 2004/10/14 22:51:54 Author: robilad Branch: HEAD Tag: (none) Log: resynced with GNU Classpath: small cleanup in java.net 2004-10-14 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/net/BindException.java, libraries/javalib/java/net/ConnectException

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: Fixed GZIP constants

2004-10-14 Thread Kaffe CVS
PatchSet 5287 Date: 2004/10/14 19:42:55 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: Fixed GZIP constants 2004-10-14 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/util/zip/GZIPInputStream.java, libraries/javalib/java/util/zip/GZIPOutpu

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: small cleanup in java.math

2004-10-14 Thread Kaffe CVS
PatchSet 5288 Date: 2004/10/14 20:23:58 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: small cleanup in java.math 2004-10-14 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/math/BigDecimal.java, libraries/javalib/java/math/BigInteger.java:

[kaffe] failure on linux PPC

2004-10-14 Thread Riccardo
Hey, Mklinux, prebuilt jar... fails this way: lt-kaffe-bin: ../../../../kaffe/kaffe/kaffevm/kaffe-gc/gc-incremental.c: 1036: gcMalloc: Assertion `gcFunctions[fidx].description != ((void *)0) && size != 0' failed. gmake[5]: *** [ClassToInterface.class] Aborted apparently, Arnanud says it is the

[kaffe] CVS kaffe (guilhem): Clean up debug mode with pthreads.

2004-10-14 Thread Kaffe CVS
PatchSet 5286 Date: 2004/10/14 12:47:59 Author: guilhem Branch: HEAD Tag: (none) Log: Clean up debug mode with pthreads. * kaffe/kaffevm/systems/unix-pthreads/thread-impl.c (tDump): Removed unaccessible debugging information (will be readded later). Removed unused

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: SecurityManager fixes for package handling

2004-10-14 Thread Kaffe CVS
PatchSet 5284 Date: 2004/10/14 09:35:59 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: SecurityManager fixes for package handling 2004-10-12 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/lang/SecurityManager.java: Resynced with GNU Clas

Re: [kaffe] mipsel and jit3

2004-10-14 Thread Stuart Ballard
Mikolaj Habryn wrote: #if defined(KAFFE_VMDEBUG) +#define _mjh_OUT(v, var, count) do { \ +var _dummy = (v);\ +DBGEXPR(JIT,(void)printCodeLabels(),0); \ +memcpy(codeblock + CODEPC, &_dummy, count); \ +CODEPC += count; \

Re: [kaffe] mipsel and jit3

2004-10-14 Thread Mikolaj Habryn
On Tue, 2004-10-12 at 10:47, Dalibor Topic wrote: > Are you in Sydney, by chance? Indeed so! The city that never sleeps, and occasionally forgets to bathe. > Very nice trick, I like it. Makes me wonder how that would work with > endianness issues. Not at all, I'm afraid. Here's an alternative

[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: SecurityManager fixes for package handling

2004-10-14 Thread Kaffe CVS
PatchSet 5284 Date: 2004/10/14 09:35:59 Author: robilad Branch: HEAD Tag: (none) Log: Resynced with GNU Classpath: SecurityManager fixes for package handling 2004-10-12 Dalibor Topic <[EMAIL PROTECTED]> * libraries/javalib/java/lang/SecurityManager.java: Resynced with GNU Clas

[kaffe] JVM for Arm Processor

2004-10-14 Thread gautamn
Hi,  I need to install java on my 32bit arm processor m/c with Linux as operating system. Can I use kaffe for my m/c. Regards, Nitin Gautam, Btech CSE, IIT Kanpur.  ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinf

Re: [kaffe] Re: mipsel/jit3 regression test results

2004-10-14 Thread Dalibor Topic
Mikolaj Habryn wrote: On Thu, 2004-10-14 at 03:00, Dalibor Topic wrote: Mikolaj's not subscribed, so I need to wave his messages through the spam filters. I could add him to the list of people who can post without being subscribed, if he wishes, though. :) Yes, please! I am actually subscribed,

Re: [kaffe] Re: mipsel/jit3 regression test results

2004-10-14 Thread Mikolaj Habryn
On Thu, 2004-10-14 at 03:00, Dalibor Topic wrote: > Mikolaj's not subscribed, so I need to wave his messages through the > spam filters. I could add him to the list of people who can post without > being subscribed, if he wishes, though. :) Yes, please! I am actually subscribed, just under an em

[kaffe] CVS kaffe (hkraemer): don't crash when setlocale returns NULL

2004-10-14 Thread Kaffe CVS
PatchSet 5285 Date: 2004/10/14 11:12:06 Author: hkraemer Branch: HEAD Tag: (none) Log: don't crash when setlocale returns NULL Members: ChangeLog:1.2837->1.2838 libraries/clib/native/System.c:1.58->1.59 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.2837 kaffe/ChangeLog:1.2

[kaffe] darwin6, jthreads intrp... still broken

2004-10-14 Thread Riccardo
Hey, the darwin6, jthread, intrp setup (which should definitely work...) has some troubles. KJC compiles dozens of classes... up to [ parsed org/xml/sax/helpers/XMLFilterImpl.java in 3,178 ms ] [ parsed org/xml/sax/helpers/XMLReaderAdapter.java in 2,299 ms ] [ parsed org/xml/sax/helpers/XMLRead

Re: [kaffe] Kaffe on XScale

2004-10-14 Thread Helmer Krämer
On Tue, 12 Oct 2004 11:00:10 +0300 (EEST) Jari Korva <[EMAIL PROTECTED]> wrote: > 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 N