OSDN Git Service

* java/io/ObjectInputStream.java (readObject): Added code to
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index 025d08e..b893a06 100644 (file)
@@ -1,5 +1,22 @@
 2000-11-02  Warren Levy  <warrenl@cygnus.com>
 
+       * java/io/ObjectInputStream.java (readObject): Added code to
+       conditionally dump out the serialized data.
+       Handle ENDBLOCKDATA case a bit more gracefully since the current
+       behavior doesn't seem to work as expected.
+       (readStreamHeader): Added code for serialized data dumper.
+       (readNextBlock): Ditto.
+       (readFields): Ditto.
+       (dump): New private static field for turning on/off dumper.
+       (setDump): New native method.
+       (dumpElement): New native method.
+       (dumpElementln): New native method.
+       * java/io/natObjectInputStream.cc (setDump): New method.
+       (dumpElement): New method.
+       (dumpElementln): New method.
+
+2000-11-02  Warren Levy  <warrenl@cygnus.com>
+
        * java/net/InetAddress.java (addr): Renamed from 'address'.
        (address): New field to match Serialized Form doc.
        (hostName): Renamed from 'hostname' to match Serialized Form doc.