--- old/langtools/test/tools/sjavac/IncCompileWithChanges.java 2016-08-08 16:42:01.000000000 -0700 +++ new/langtools/test/tools/sjavac/IncCompileWithChanges.java 2016-08-08 16:42:01.000000000 -0700 @@ -31,7 +31,6 @@ * @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 @@ -51,7 +50,6 @@ // Remember the previous bin and headers state here. Map previous_bin_state; Map previous_headers_state; - ToolBox tb = new ToolBox(); void test() throws Exception { clean(TEST_ROOT);