jdk/test/sun/net/www/protocol/jar/jarbug/TestDriver.java
changeset 45467 99c87a16a8e4
parent 45395 ad1cc988c3df
equal deleted inserted replaced
45466:faf1c55d2046 45467:99c87a16a8e4
    25  * @test
    25  * @test
    26  * @bug 4361044 4388202 4418643 4523159 4730642
    26  * @bug 4361044 4388202 4418643 4523159 4730642
    27  * @library /test/lib
    27  * @library /test/lib
    28  *          /lib/testlibrary
    28  *          /lib/testlibrary
    29  * @modules jdk.compiler
    29  * @modules jdk.compiler
    30  * @build src.test.src.TestDriver JarUtils
    30  * @build jdk.test.lib.compiler.CompilerUtils
    31  *        jdk.test.lib.compiler.CompilerUtils
    31  *        jdk.test.lib.Utils
       
    32  *        jdk.test.lib.Asserts
    32  *        jdk.test.lib.JDKToolFinder
    33  *        jdk.test.lib.JDKToolFinder
       
    34  *        jdk.test.lib.JDKToolLauncher
       
    35  *        jdk.test.lib.Platform
    33  *        jdk.test.lib.process.*
    36  *        jdk.test.lib.process.*
       
    37  *        src.test.src.TestDriver JarUtils
    34  * @summary various resource and classloading bugs related to jar files
    38  * @summary various resource and classloading bugs related to jar files
    35  * @run main/othervm TestDriver
    39  * @run main/othervm TestDriver
    36  */
    40  */
    37 
    41 
    38 import jdk.test.lib.JDKToolFinder;
    42 import jdk.test.lib.JDKToolFinder;