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

Print this page
rev 5550 : 7162111: TEST_BUG: change tests run in headless mode [macosx] (open)
Summary: In problem tests detection of AWT headless mode was introduced or AWT dependence was removed.
Reviewed-by: alanb

*** 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.*;