< prev index next >

test/jdk/tools/jimage/JImageToolTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 20,42 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @test ! * @library /lib/testlibrary ! * @build jdk.testlibrary.ProcessTools * @summary Test to check if jimage tool exists and is working * @run main/timeout=360 JImageToolTest */ import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.Arrays; ! import jdk.testlibrary.ProcessTools; /** * Basic test for jimage tool. */ public class JImageToolTest { --- 20,42 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @test ! * @library /test/lib ! * @build jdk.test.lib.process.ProcessTools * @summary Test to check if jimage tool exists and is working * @run main/timeout=360 JImageToolTest */ import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.Arrays; ! import jdk.test.lib.process.ProcessTools; /** * Basic test for jimage tool. */ public class JImageToolTest {
< prev index next >