8152897: refactor ToolBox to allow reduced documented dependencies

Reviewed-by: vromero
This commit is contained in:
Jonathan Gibbons 2016-03-31 15:20:50 -07:00
parent 208d93e110
commit 7812306bc0
212 changed files with 3955 additions and 3485 deletions

View file

@ -24,23 +24,24 @@
/*
* @test
* @summary Verify incremental changes in gensrc are handled as expected
* @ignore Requires dependency code to deal with in-method dependencies.
* @bug 8054689
* @author Fredrik O
* @author sogoel (rewrite)
* @library /tools/lib
* @modules jdk.compiler/com.sun.tools.javac.api
* jdk.compiler/com.sun.tools.javac.file
* jdk.compiler/com.sun.tools.javac.main
* jdk.compiler/com.sun.tools.sjavac
* jdk.jdeps/com.sun.tools.javap
* @build Wrapper ToolBox
* @ignore Requires dependency code to deal with in-method dependencies.
* @build Wrapper toolbox.ToolBox
* @run main Wrapper IncCompileWithChanges
*/
import java.util.*;
import java.nio.file.*;
import toolbox.ToolBox;
public class IncCompileWithChanges extends SJavacTester {
public static void main(String... args) throws Exception {
IncCompileWithChanges wc = new IncCompileWithChanges();