test/java/io/Serializable/resolveClass/deserializeButton/Test.java

Print this page

        

*** 24,34 **** /* * @bug 4413434 * @summary Verify that class loaded outside of application class loader is * correctly resolved during deserialization when read in by custom * readObject() method of a bootstrap class (in this case, ! * java.awt.Button). */ import java.io.*; import java.net.*; --- 24,34 ---- /* * @bug 4413434 * @summary Verify that class loaded outside of application class loader is * correctly resolved during deserialization when read in by custom * readObject() method of a bootstrap class (in this case, ! * java.util.Vector). */ import java.io.*; import java.net.*;