[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/25188] Serialization: exceptions ignored on readResolve a
From: |
WBaer at gmx dot de |
Subject: |
[Bug classpath/25188] Serialization: exceptions ignored on readResolve are silenced yielding bad objects |
Date: |
5 Dec 2005 09:02:27 -0000 |
------- Comment #2 from WBaer at gmx dot de 2005-12-05 09:02 -------
This should have been fixed by my commit post 0.19.
We pass now every Exception which is possible to occur
in readResolve through to the caller.
2005-11-12 Wolfgang Baer <address@hidden>
* java/io/ObjectInputStream.java
(processResolution): Pass Error, RuntimeException and
ObjectStreamException through to the caller.
(readObject): Documentation update.
--
WBaer at gmx dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |WBaer at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25188