langtools/test/tools/sjavac/ClasspathDependencies.java
changeset 36778 e04318f39f92
parent 36526 3b41f1c69604
child 40308 274367a99f98
equal deleted inserted replaced
36777:28d33fb9097f 36778:e04318f39f92
    25  * @test
    25  * @test
    26  * @bug 8054717
    26  * @bug 8054717
    27  * @summary Make sure changes of public API on classpath triggers recompilation
    27  * @summary Make sure changes of public API on classpath triggers recompilation
    28  * @library /tools/lib
    28  * @library /tools/lib
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    30  *          jdk.compiler/com.sun.tools.javac.file
       
    31  *          jdk.compiler/com.sun.tools.javac.main
    30  *          jdk.compiler/com.sun.tools.javac.main
    32  *          jdk.compiler/com.sun.tools.sjavac
    31  *          jdk.compiler/com.sun.tools.sjavac
    33  *          jdk.jdeps/com.sun.tools.javap
    32  *          jdk.jdeps/com.sun.tools.javap
    34  * @build Wrapper ToolBox
    33  * @build Wrapper toolbox.ToolBox
    35  * @run main Wrapper ClasspathDependencies
    34  * @run main Wrapper ClasspathDependencies
    36  */
    35  */
    37 
    36 
    38 import static com.sun.tools.javac.util.Assert.check;
    37 import static com.sun.tools.javac.util.Assert.check;
    39 
    38