< prev index next >

langtools/test/tools/sjavac/IncCompileWithChanges.java

Print this page

        

*** 29,39 **** * @author sogoel (rewrite) * @library /tools/lib * @modules jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.main * jdk.compiler/com.sun.tools.sjavac - * jdk.jdeps/com.sun.tools.javap * @ignore Requires dependency code to deal with in-method dependencies. * @build Wrapper toolbox.ToolBox * @run main Wrapper IncCompileWithChanges */ --- 29,38 ----
*** 49,59 **** } // Remember the previous bin and headers state here. Map<String,Long> previous_bin_state; Map<String,Long> previous_headers_state; - ToolBox tb = new ToolBox(); void test() throws Exception { clean(TEST_ROOT); Files.createDirectories(GENSRC); Files.createDirectories(BIN); --- 48,57 ----
< prev index next >