Searched refs:BadOIS2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/auditStreamSubclass/
H A DAuditStreamSubclass.java73 class BadOIS2 extends ObjectInputStream { class in inherits:ObjectInputStream
74 BadOIS2(InputStream in) throws IOException { super(in); } method in class:BadOIS2
127 new BadOIS2(new ByteArrayInputStream(buf));

Completed in 60 milliseconds