langtools/test/tools/sjavac/CompileWithAtFile.java
changeset 36778 e04318f39f92
parent 36526 3b41f1c69604
child 40308 274367a99f98
equal deleted inserted replaced
36777:28d33fb9097f 36778:e04318f39f92
    27  * @bug 8054689
    27  * @bug 8054689
    28  * @author Fredrik O
    28  * @author Fredrik O
    29  * @author sogoel (rewrite)
    29  * @author sogoel (rewrite)
    30  * @library /tools/lib
    30  * @library /tools/lib
    31  * @modules jdk.compiler/com.sun.tools.javac.api
    31  * @modules jdk.compiler/com.sun.tools.javac.api
    32  *          jdk.compiler/com.sun.tools.javac.file
       
    33  *          jdk.compiler/com.sun.tools.javac.main
    32  *          jdk.compiler/com.sun.tools.javac.main
    34  *          jdk.compiler/com.sun.tools.sjavac
    33  *          jdk.compiler/com.sun.tools.sjavac
    35  *          jdk.jdeps/com.sun.tools.javap
    34  *          jdk.jdeps/com.sun.tools.javap
    36  * @build Wrapper ToolBox
    35  * @build Wrapper toolbox.ToolBox
    37  * @run main Wrapper CompileWithAtFile
    36  * @run main Wrapper CompileWithAtFile
    38  */
    37  */
    39 
    38 
    40 import java.util.*;
    39 import java.util.*;
    41 import java.nio.file.*;
    40 import java.nio.file.*;