test/java/io/Serializable/resolveClass/deserializeButton/run.sh

Print this page

        

@@ -24,11 +24,11 @@
 # @test
 # @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).
+#          java.util.Vector).
 
 if [ "${TESTJAVA}" = "" ]
 then
         echo "TESTJAVA not set.  Test cannot execute.  Failed."
 exit 1