langtools/test/tools/sjavac/IncCompileUpdateNative.java
changeset 40308 274367a99f98
parent 36778 e04318f39f92
--- a/langtools/test/tools/sjavac/IncCompileUpdateNative.java	Wed Aug 10 13:52:02 2016 -0700
+++ b/langtools/test/tools/sjavac/IncCompileUpdateNative.java	Wed Aug 10 15:47:46 2016 -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 IncCompileUpdateNative
  */
@@ -48,7 +47,6 @@
     // 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);