classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Re: Serialization: readResolve and writeReplace inparen


From: Daniel Bonniot
Subject: Re: [cp-patches] Re: Serialization: readResolve and writeReplace inparent class
Date: Fri, 08 Jul 2005 13:03:58 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20050602)

Hi Jeroen Frijters,

Your patch broke the Mauve gnu.testlet.java.io.Serializable.readResolve
test.

What VM do you get this failure with? I tried again with jamvm and classpath with my patch (and without yours) and all java.io.Serializable tests pass (0/5 failures).

If the readResolve method is in the current class and it is
private it is no longer found.

I explicitely handled that case. But looking at your patch, it looks like it's a security question. This means either jamvm or the VM you used has a bug, which should be reported.

Daniel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]