Daniel Bonniot wrote:
> > 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).

I used my own VM (IKVM.NET).

> > If the readResolve method is in the current class and it is
> > private it is no longer found.
> 
> I explicitely handled that case.

Yeah, I noticed that after I posted my message. Sorry about that.

> 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.

I'm fairly confident that IKVM.NET does the right thing. My guess is
that JamVM incorrectly allows calls to private methods.

Regards,
Jeroen


_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to