langtools/test/tools/sjavac/ParallelCompilations.java
changeset 36778 e04318f39f92
parent 36526 3b41f1c69604
child 40308 274367a99f98
equal deleted inserted replaced
36777:28d33fb9097f 36778:e04318f39f92
    26  * @summary Test to check that -j option works with more than one value
    26  * @summary Test to check that -j option works with more than one value
    27  * @bug 8071629
    27  * @bug 8071629
    28  * @author sogoel
    28  * @author sogoel
    29  * @library /tools/lib
    29  * @library /tools/lib
    30  * @modules jdk.compiler/com.sun.tools.javac.api
    30  * @modules jdk.compiler/com.sun.tools.javac.api
    31  *          jdk.compiler/com.sun.tools.javac.file
       
    32  *          jdk.compiler/com.sun.tools.javac.main
    31  *          jdk.compiler/com.sun.tools.javac.main
    33  *          jdk.compiler/com.sun.tools.sjavac
    32  *          jdk.compiler/com.sun.tools.sjavac
    34  *          jdk.jdeps/com.sun.tools.javap
    33  *          jdk.jdeps/com.sun.tools.javap
    35  * @build Wrapper ToolBox
    34  * @build Wrapper toolbox.ToolBox
    36  * @run main Wrapper ParallelCompilations
    35  * @run main Wrapper ParallelCompilations
    37  */
    36  */
    38 
    37 
    39 import java.io.*;
    38 import java.io.*;
    40 import java.nio.file.*;
    39 import java.nio.file.*;