This is the mail archive of the gcc-bugs@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]

[Bug libgcj/20169] Serialization: readResolve does not work


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-27 01:04 -------
Hmm, I get:
Exception in thread "main" java.lang.Error: java.lang.ClassNotFoundException: Enum$Color
   at Enum.main (Enum.java:34)
Caused by: java.lang.ClassNotFoundException: Enum$Color
   at java.lang.Class.forName (natClass.cc:91)
   at java.io.ObjectInputStream.resolveClass (ObjectInputStream.java:782)
   at java.io.ObjectInputStream.readClassDescriptor (ObjectInputStream.java:534)
   at java.io.ObjectInputStream.readObject (ObjectInputStream.java:228)
   at java.io.ObjectInputStream.readObject (ObjectInputStream.java:275)
   at Enum.main (Enum.java:29)

Which looks like a different bug.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20169


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