mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
BlockDataException.java: Removed.
* java/io/BlockDataException.java: Removed. * java/io/ObjectInputStream.java (readObject): Throw StreamCorruptedException, not BlockDataException. * Makefile.am: Remove BlockDataException. * Makefile.in: Rebuild. From-SVN: r39616
This commit is contained in:
committed by
Bryce McKinlay
parent
5b0d91c392
commit
7eecbdb322
@@ -135,7 +135,7 @@ public class ObjectInputStream extends InputStream
|
||||
else
|
||||
dumpElementln ("BLOCKDATA");
|
||||
readNextBlock (marker);
|
||||
throw new BlockDataException (this.blockDataBytes);
|
||||
throw new StreamCorruptedException ("Unexpected blockData");
|
||||
|
||||
case TC_NULL:
|
||||
dumpElementln ("NULL");
|
||||
|
||||
Reference in New Issue
Block a user