< prev index next >

test/jdk/tools/launcher/modules/illegalaccess/IllegalAccessTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 27,37 **** * @modules java.base/jdk.internal.misc * java.base/sun.security.x509 * @library /test/lib /lib/testlibrary modules * @build IllegalAccessTest TryAccess JarUtils * jdk.test.lib.compiler.CompilerUtils - * jdk.testlibrary.* * @build m/* * @run testng/othervm/timeout=180 IllegalAccessTest * @summary Basic test for java --illegal-access=$VALUE */ --- 27,36 ----
*** 43,54 **** import java.util.jar.Attributes; import java.util.jar.Manifest; import java.util.stream.Stream; import jdk.test.lib.compiler.CompilerUtils; ! import jdk.testlibrary.ProcessTools; ! import jdk.testlibrary.OutputAnalyzer; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import static org.testng.Assert.*; --- 42,53 ---- import java.util.jar.Attributes; import java.util.jar.Manifest; import java.util.stream.Stream; import jdk.test.lib.compiler.CompilerUtils; ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >