jdk/test/sun/net/www/protocol/jar/MultiReleaseJarURLConnection.java
changeset 38557 5c485e1ea6fa
parent 38432 892603099bb0
child 39052 6660a4142993
equal deleted inserted replaced
38556:868af536ce12 38557:5c485e1ea6fa
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8132734 8144062
    26  * @bug 8132734 8144062
    27  * @summary Test that URL connections to multi-release jars can be runtime versioned
    27  * @summary Test that URL connections to multi-release jars can be runtime versioned
    28  * @library /lib/testlibrary/java/util/jar
    28  * @library /lib/testlibrary/java/util/jar
       
    29  * @modules java.compiler
       
    30  *          jdk.httpserver
       
    31  *          jdk.jartool
    29  * @build Compiler JarBuilder CreateMultiReleaseTestJars SimpleHttpServer
    32  * @build Compiler JarBuilder CreateMultiReleaseTestJars SimpleHttpServer
    30  * @run testng MultiReleaseJarURLConnection
    33  * @run testng MultiReleaseJarURLConnection
    31  */
    34  */
    32 
    35 
    33 import java.io.IOException;
    36 import java.io.IOException;