< prev index next >

test/sun/misc/JarIndex/JarIndexMergeTest.java

Print this page

        

*** 22,34 **** */ /* * @test * @bug 6901992 * @compile -XDignore.symbol.file JarIndexMergeTest.java * @run main JarIndexMergeTest - * @summary InvalidJarIndexException due to bug in sun.misc.JarIndex.merge() * @author Diego Belfer */ import java.io.File; import java.io.FileNotFoundException; --- 22,35 ---- */ /* * @test * @bug 6901992 + * @summary InvalidJarIndexException due to bug in sun.misc.JarIndex.merge() + * @modules java.base/sun.misc * @compile -XDignore.symbol.file JarIndexMergeTest.java * @run main JarIndexMergeTest * @author Diego Belfer */ import java.io.File; import java.io.FileNotFoundException;
< prev index next >