[PATCH] java/12857: Fix class literals

Tom Tromey tromey@redhat.com
Fri Nov 7 18:54:00 GMT 2003


>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:

>> What Mauve failures?

Jeff> See below.  All of these appear to be serialization failures.

Jeff> The patch surely did affect class layout, but I could not easily see how
Jeff> these tests are affected.  For example, running serialver on the mauve
Jeff> tests before and after patching did not reveal any change.

It looks to me that the tests rely on the serialver being consistent
across compilers, as there is sample data checked in.  This is not a
valid thing to do... compilers generate different code and cannot
easily be made serialization-compatible with Sun's compiler.  See the
various discussions of this point on this list in the past for more
details.

Probably the serializable Test$* classes in Mauve need their UID set
explicitly, like we do in the library.

Tom



More information about the Gcc-patches mailing list