--- old/langtools/test/tools/sjavac/IncCompileChangeNative.java 2016-08-07 17:48:19.000000000 -0700 +++ new/langtools/test/tools/sjavac/IncCompileChangeNative.java 2016-08-07 17:48:19.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 * @build Wrapper toolbox.ToolBox * @run main Wrapper IncCompileChangeNative */ @@ -48,7 +47,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 { Files.createDirectories(GENSRC);