--- old/test/jdk/tools/launcher/modules/addexports/manifest/AddExportsAndOpensInManifest.java 2018-09-26 16:33:01.000000000 -0700 +++ new/test/jdk/tools/launcher/modules/addexports/manifest/AddExportsAndOpensInManifest.java 2018-09-26 16:33:01.000000000 -0700 @@ -25,7 +25,8 @@ * @test * @library /test/lib * @modules jdk.compiler - * @build AddExportsAndOpensInManifest Test2 JarUtils + * @build AddExportsAndOpensInManifest Test2 + * jdk.test.lib.util.JarUtils * @compile --add-exports=java.base/jdk.internal.misc=ALL-UNNAMED Test1.java * @run testng AddExportsAndOpensInManifest * @summary Basic test for Add-Exports and Add-Opens attributes in the @@ -41,6 +42,7 @@ import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.util.JarUtils; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test;