< prev index next >

test/jdk/tools/launcher/modules/patch/systemmodules/PatchSystemModules.java

Print this page
rev 51638 : [mq]: 8210112

*** 45,55 **** import jdk.test.lib.util.FileUtils; import jdk.testlibrary.JDKToolFinder; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; ! import static jdk.testlibrary.ProcessTools.executeCommand; import static org.testng.Assert.*; public class PatchSystemModules { private static final String JAVA_HOME = System.getProperty("java.home"); --- 45,55 ---- import jdk.test.lib.util.FileUtils; import jdk.testlibrary.JDKToolFinder; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; ! import static jdk.test.lib.process.ProcessTools.executeCommand; import static org.testng.Assert.*; public class PatchSystemModules { private static final String JAVA_HOME = System.getProperty("java.home");
< prev index next >