[cp-patches] Workaround bugs in Proxy serialization

2007-04-25 Thread Andrew Haley
Two bugs when serializing proxies. Firstly, we were assigning the handles for the proxyClassDescInfo and its associated classAnnotation in the wrong order. The grammar for newClassDesc makes it clear that the handle is allocated before the classAnnotation is read. The much harder problem has to

[cp-patches] Re: Workaround bugs in Proxy serialization

2007-04-25 Thread Andrew Haley
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. Andrew.