Re: Re: [kaffe] Misc. serialization patches

2004-11-02 Thread Mattias Rehnberg
Hi, Refering to the document at the URL below, 'classdata' will be writen on the form 'wrclass objectAnnotation' if it has a write method instead of just 'nowrclass'. Since objectAnnotation is a least an endBlockData byte, you'll get that byte when you try to deserialize the next object in the

Re: [kaffe] Bug report: GC misses one object

2004-11-02 Thread Guilhem Lavaux
Laurent Martelli wrote: It looks like the GC misses one object. Running the attached gives me the following result: [EMAIL PROTECTED]:~/tmp$ kaffe GC 3 new 0 new 1 new 2 GC run 1 finalize 0 finalize 1 GC run 2 GC run 3 End. The third object is either not finalize or not collected by the GC. Hi L

Re: [kaffe] Misc. serialization patches

2004-11-02 Thread Guilhem Lavaux
Mattias Rehnberg wrote: Sorry, that file was corrupt even before it was archived. Didn't notice that because the beginning of it was ok. /Mattias Thanks. Just one question: I don't remember why we should call defaultWrite/ReadObject in Vector. The logic behind this call is the same as if there

[kaffe] Re: kaffe on morphos

2004-11-02 Thread Michael Grunditz
> Hi > > I have compiled latest kaffe on MorphOS. When I run "java" on a class I > get the folowing: > > Couldn't find or load essential class `java/lang/Class' > java.lang.ClassFormatError unknown class file truncated > Abort trap > I hate to reply to my own mails but, what does this error mean

[kaffe] Re: Japi results updated - full 1.0 and 1.1 *extremely* close

2004-11-02 Thread Thomas Fitzsimmons
On Fri, 2004-10-29 at 11:52, Stuart Ballard wrote: > I have a few more things I want to do before making a release of this, > but I thought people might want to know about this so they can > immediately set to fixing those 4 remaining errors to claim complete 1.1 > and 1.0 coverage :) > I com

Re: [kaffe] Misc. serialization patches

2004-11-02 Thread Mattias Rehnberg
Sorry, that file was corrupt even before it was archived. Didn't notice that because the beginning of it was ok. /Mattias -Original Message- From: Guilhem Lavaux <[EMAIL PROTECTED]> To: Mattias Rehnberg <[EMAIL PROTECTED]> Date: Tue, 02 Nov 2004 08:15:18 +0100 Subject: Re: [kaffe] Misc.

[kaffe] kaffe fails to build on ppc with gcc-3.4

2004-11-02 Thread Arnaud Vandyck
Hi all, Here is the build log that fails when trying to build kaffe on ppc with gcc-3.4 -- Arnaud Vandyck http://fosdem.org/ Free and Open Source Developers' European Meeting February 26-27 2005, Bruxelles, Belgium kaffe_1.1.4.PRECVS4-1_powerpc.build.gz Description: Binary data __

[kaffe] Re: Japi results updated - full 1.0 and 1.1 *extremely* close

2004-11-02 Thread Andrew Haley
Tom Tromey writes: > Stuart> Firstly it looks like Tom's gcj issues are solved so we have an > Stuart> up-to-date classpath japi file[1]. > > I guess the build with gcj somehow got fixed. Sadly, it "got fixed" bacsue Mark Wielaard changed the Classpath source. Still, I've never seen the prob