test/jdk/nio/zipfs/PathOps.java

Print this page

        

*** 27,38 **** import java.io.IOException; /** * * @test ! * @bug 8038500 * @summary Tests path operations for zip provider. */ public class PathOps { static final java.io.PrintStream out = System.out; --- 27,41 ---- import java.io.IOException; /** * * @test ! * @bug 8038500 8040059 * @summary Tests path operations for zip provider. + * + * @run main PathOps + * @run main/othervm/policy=test.policy.readonly PathOps */ public class PathOps { static final java.io.PrintStream out = System.out;