langtools/test/tools/javac/ConstFoldTest.java
changeset 30730 d3ce7619db2c
parent 28340 6869ff192a0e
child 36526 3b41f1c69604
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8025505
    26  * @bug 8025505
    27  * @summary Constant folding deficiency
    27  * @summary Constant folding deficiency
    28  * @library /tools/lib
    28  * @library /tools/lib
       
    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
    29  * @build ToolBox
    32  * @build ToolBox
    30  * @run main ConstFoldTest
    33  * @run main ConstFoldTest
    31  */
    34  */
    32 
    35 
    33 import java.net.URL;
    36 import java.net.URL;