< prev index next >

test/jdk/tools/jlink/plugins/SystemModuleDescriptors/CompiledVersionTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 29,53 **** import java.util.stream.Collectors; import java.util.stream.Stream; import jdk.test.lib.compiler.CompilerUtils; import jdk.test.lib.util.FileUtils; ! import static jdk.testlibrary.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; /** * @test ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler jdk.jlink * @build jdk.test.lib.compiler.CompilerUtils * jdk.test.lib.util.FileUtils * jdk.test.lib.Platform ! * CompiledVersionTest jdk.testlibrary.ProcessTools * @run testng CompiledVersionTest */ public class CompiledVersionTest { private static final String JAVA_HOME = System.getProperty("java.home"); --- 29,53 ---- import java.util.stream.Collectors; import java.util.stream.Stream; import jdk.test.lib.compiler.CompilerUtils; import jdk.test.lib.util.FileUtils; ! import static jdk.test.lib.process.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; /** * @test ! * @library /test/lib * @modules jdk.compiler jdk.jlink * @build jdk.test.lib.compiler.CompilerUtils * jdk.test.lib.util.FileUtils * jdk.test.lib.Platform ! * CompiledVersionTest jdk.test.lib.process.ProcessTools * @run testng CompiledVersionTest */ public class CompiledVersionTest { private static final String JAVA_HOME = System.getProperty("java.home");
< prev index next >