jdk/test/sun/misc/JarIndex/metaInfFilenames/Basic.java
changeset 30820 0d4717a011d3
parent 28522 c1aedcf211da
child 33402 1156d495a525
equal deleted inserted replaced
30819:45d6fd3af6ac 30820:0d4717a011d3
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    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  * @run main/othervm Basic
    29  * @run main/othervm Basic
    29  */
    30  */
    30 
    31 
    31 import java.io.IOException;
    32 import java.io.IOException;
    32 import java.io.BufferedReader;
    33 import java.io.BufferedReader;