< prev index next >

test/tools/sjavac/IncCompileDropClasses.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 * @build Wrapper toolbox.ToolBox * @run main Wrapper IncCompileDropClasses */ import java.util.*; --- 29,38 ----
*** 46,56 **** } // 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 { Files.createDirectories(GENSRC); Files.createDirectories(BIN); Files.createDirectories(HEADERS); --- 45,54 ----
< prev index next >