langtools/test/tools/sjavac/IncCompileWithChanges.java
changeset 40308 274367a99f98
parent 36778 e04318f39f92
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
    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.main
    32  *          jdk.compiler/com.sun.tools.javac.main
    33  *          jdk.compiler/com.sun.tools.sjavac
    33  *          jdk.compiler/com.sun.tools.sjavac
    34  *          jdk.jdeps/com.sun.tools.javap
       
    35  * @ignore Requires dependency code to deal with in-method dependencies.
    34  * @ignore Requires dependency code to deal with in-method dependencies.
    36  * @build Wrapper toolbox.ToolBox
    35  * @build Wrapper toolbox.ToolBox
    37  * @run main Wrapper IncCompileWithChanges
    36  * @run main Wrapper IncCompileWithChanges
    38  */
    37  */
    39 
    38 
    49     }
    48     }
    50 
    49 
    51     // Remember the previous bin and headers state here.
    50     // Remember the previous bin and headers state here.
    52     Map<String,Long> previous_bin_state;
    51     Map<String,Long> previous_bin_state;
    53     Map<String,Long> previous_headers_state;
    52     Map<String,Long> previous_headers_state;
    54     ToolBox tb = new ToolBox();
       
    55 
    53 
    56     void test() throws Exception {
    54     void test() throws Exception {
    57         clean(TEST_ROOT);
    55         clean(TEST_ROOT);
    58         Files.createDirectories(GENSRC);
    56         Files.createDirectories(GENSRC);
    59         Files.createDirectories(BIN);
    57         Files.createDirectories(BIN);