This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Workaround bugs in Proxy serialization
- From: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- To: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- Cc: classpath-patches <classpath-patches at gnu dot org>, java-patches at gcc dot gnu dot org
- Date: Thu, 26 Apr 2007 13:30:28 +0100
- Subject: Re: Workaround bugs in Proxy serialization
- References: <17967.38555.364256.376341@zebedee.pink> <17967.40112.141245.107874@zebedee.pink>
Andrew Haley writes:
> Looking at the Classpath sources for ObjectInputStream, it seems that
> the area where I had so much trouble has been reworked. I'll
> investigate importing those classes into libgcj.
I've thought about this some more, and come to the conclusion that the
best thing is to check this workaround into libgcj as gcj local and
re-test the next time a Classpath merge is done.
Andrew.