< prev index next >

test/tools/jar/multiRelease/RuntimeTest.java

Print this page
rev 17326 : [mq]: 8181761-2

*** 24,33 **** --- 24,40 ---- /* * @test * @summary Test Multi-Release jar usage in runtime * @library /test/lib * @modules jdk.compiler + * @build jdk.test.lib.compiler.CompilerUtils + * 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 testng RuntimeTest */ import static org.testng.Assert.*;
< prev index next >