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

/openjdk7/jdk/test/java/security/PermissionCollection/
H A DConcurrent.java133 for (int j = 0; j < permlist.length; j++) {
134 for (int k = 0; k < permlist[j].length; k++) {
135 pc.add(permlist[j][k]);
146 for (int j = 0; j < permlist.length; j++) {
147 boolean result = pc.implies(permlist[j][0]);
149 System.out.println(permlist[j][0] + " implies " + result);
238 private static final Permission[][] permlist = new Permission[][]{ field in class:Concurrent

Completed in 446 milliseconds