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 _______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
