test/jdk/sun/misc/JarIndex/metaInfFilenames/Basic.java
changeset 49258 be0ec3cc0c2a
parent 47216 71c04702a3d5
equal deleted inserted replaced
48989:0b65c64c9db9 49258:be0ec3cc0c2a
    26  * @bug 6887710
    26  * @bug 6887710
    27  * @summary Verify the impact of sun.misc.JarIndex.metaInfFilenames on ServiceLoader
    27  * @summary Verify the impact of sun.misc.JarIndex.metaInfFilenames on ServiceLoader
    28  * @modules jdk.jartool/sun.tools.jar
    28  * @modules jdk.jartool/sun.tools.jar
    29  *          jdk.httpserver
    29  *          jdk.httpserver
    30  *          jdk.compiler
    30  *          jdk.compiler
       
    31  *          jdk.zipfs
    31  * @run main/othervm Basic
    32  * @run main/othervm Basic
    32  */
    33  */
    33 
    34 
    34 import java.io.IOException;
    35 import java.io.IOException;
    35 import java.io.BufferedReader;
    36 import java.io.BufferedReader;