--- old/test/jdk/java/rmi/module/ModuleTest.java 2018-09-26 16:32:41.000000000 -0700 +++ new/test/jdk/java/rmi/module/ModuleTest.java 2018-09-26 16:32:41.000000000 -0700 @@ -25,7 +25,9 @@ * @test * @library /test/lib * @build jdk.test.lib.process.ProcessTools - * ModuleTest jdk.test.lib.compiler.CompilerUtils JarUtils + * jdk.test.lib.compiler.CompilerUtils + * jdk.test.lib.util.JarUtils + * ModuleTest * @run testng ModuleTest * @summary Basic tests for using rmi in module world */ @@ -37,6 +39,7 @@ import java.io.File; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; +import jdk.test.lib.util.JarUtils; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test;