< prev index next >

test/jdk/java/io/Serializable/resolveClass/consTest/ConsTest.java

Print this page
rev 51881 : [mq]: 8211171

*** 22,32 **** */ /* * @test * @bug 4413434 ! * @library /lib/testlibrary * @build JarUtils SetupJar Boot * @run driver SetupJar * @run main/othervm -Xbootclasspath/a:boot.jar ConsTest * @summary Verify that generated java.lang.reflect implementation classes do * not interfere with serialization's class resolution mechanism. --- 22,32 ---- */ /* * @test * @bug 4413434 ! * @library /test/lib * @build JarUtils SetupJar Boot * @run driver SetupJar * @run main/othervm -Xbootclasspath/a:boot.jar ConsTest * @summary Verify that generated java.lang.reflect implementation classes do * not interfere with serialization's class resolution mechanism.
< prev index next >