Searched defs:WithSecurityManager (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/AsynchronousServerSocketChannel/
H A DWithSecurityManager.java27 * @build WithSecurityManager
28 * @run main/othervm WithSecurityManager allow
29 * @run main/othervm WithSecurityManager deny
37 public class WithSecurityManager { class
/openjdk7/jdk/test/java/nio/file/WatchService/
H A DWithSecurityManager.java27 * @build WithSecurityManager
28 * @run main/othervm WithSecurityManager denyAll.policy - fail
29 * @run main/othervm WithSecurityManager denyAll.policy tree fail
30 * @run main/othervm WithSecurityManager grantDirOnly.policy - pass
31 * @run main/othervm WithSecurityManager grantDirOnly.policy tree fail
32 * @run main/othervm WithSecurityManager grantDirAndOneLevel.policy - pass
33 * @run main/othervm WithSecurityManager grantDirAndOneLevel.policy tree fail
34 * @run main/othervm WithSecurityManager grantDirAndTree.policy - pass
35 * @run main/othervm WithSecurityManager grantDirAndTree.policy tree pass
42 public class WithSecurityManager { class
[all...]

Completed in 301 milliseconds