< prev index next >

test/java/util/jar/JarFile/mrjar/MultiReleaseJarAPI.java

Print this page
rev 17324 : 8181759: add explicit @build actions for jdk.test.lib classes in all :tier1 tests
Reviewed-by: duke

*** 25,35 **** * @test * @bug 8132734 8144062 8165723 * @summary Test the extended API and the aliasing additions in JarFile that * support multi-release jar files * @library /lib/testlibrary/java/util/jar /test/lib ! * @build Compiler JarBuilder CreateMultiReleaseTestJars * @run testng MultiReleaseJarAPI */ import java.io.File; import java.io.IOException; --- 25,36 ---- * @test * @bug 8132734 8144062 8165723 * @summary Test the extended API and the aliasing additions in JarFile that * support multi-release jar files * @library /lib/testlibrary/java/util/jar /test/lib ! * @build jdk.test.lib.RandomFactory ! * Compiler JarBuilder CreateMultiReleaseTestJars * @run testng MultiReleaseJarAPI */ import java.io.File; import java.io.IOException;
< prev index next >