Re: [kaffe] Serialization

2003-08-14 Thread Guilhem Lavaux
Hi, Finally, I have followed kaffe's regression tests. Classpath's serialization passes all kaffe's tests, although one is wrong according to JDK 1.4.2 (TestSerialVersions.Test0007 should give null, 105). serialPersistentFields is now also used by the reading process to create some more fields

Re: [kaffe] Serialization

2003-08-14 Thread Brian Jones
Guilhem Lavaux [EMAIL PROTECTED] writes: Hi, Finally, I have followed kaffe's regression tests. Classpath's serialization passes all kaffe's tests, although one is wrong according to JDK 1.4.2 (TestSerialVersions.Test0007 should give null, 105). serialPersistentFields is now also used by

Re: [kaffe] Serialization

2003-08-14 Thread Mark Wielaard
Hi, On Tue, 2003-08-12 at 01:13, Brian Jones wrote: Sweet, when could this go into Classpath? Guilhem already send me a patch and as soon as the paperwork is done it will almost certainly go immediately (I will review it, but it looks pretty good). And Guilhem already checked in this new code