< prev index next >

test/java/net/URLClassLoader/sealing/CheckSealedTest.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 24,35 **** /** * @test * @bug 4244970 * @summary Test to see if sealing violation is detected correctly * @library /test/lib ! * @build jdk.test.lib.JDKToolFinder ! * jdk.test.lib.process.OutputAnalyzer * @run main CheckSealedTest */ import jdk.test.lib.JDKToolFinder; import jdk.test.lib.process.ProcessTools; --- 24,39 ---- /** * @test * @bug 4244970 * @summary Test to see if sealing violation is detected correctly * @library /test/lib ! * @build jdk.test.lib.Utils ! * jdk.test.lib.Asserts ! * jdk.test.lib.JDKToolFinder ! * jdk.test.lib.JDKToolLauncher ! * jdk.test.lib.Platform ! * jdk.test.lib.process.* * @run main CheckSealedTest */ import jdk.test.lib.JDKToolFinder; import jdk.test.lib.process.ProcessTools;
< prev index next >