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

Print this page

        

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