This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r124189 - in /branches/redhat/gcc-4_1-branch/li...


Author: aph
Date: Thu Apr 26 15:42:37 2007
New Revision: 124189

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124189
Log:
2007-04-25  Andrew Haley  <aph@redhat.com>

        * java/io/ObjectStreamClass.java (ensureFieldsSet): New method.
        (setFields): call ensureFieldsSet.
        (fieldsSet): New field.
        * java/io/ObjectOutputStream.java (writeFields): Call
        osc.ensureFieldsSet().

        * java/io/ObjectInputStream.java (parseContent): Assign the handle
        for a PROXYCLASSDESC immediately after reading the marker.


Modified:
    branches/redhat/gcc-4_1-branch/libjava/classpath/ChangeLog.gcj
    branches/redhat/gcc-4_1-branch/libjava/classpath/java/io/ObjectInputStream.java
    branches/redhat/gcc-4_1-branch/libjava/classpath/java/io/ObjectOutputStream.java
    branches/redhat/gcc-4_1-branch/libjava/classpath/java/io/ObjectStreamClass.java


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]