Searched refs:numCaches (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java452 int numCaches;
455 numCaches = Integer.parseInt(numCacheStr);
457 numCaches = DEFAULT_CACHE_SIZE;
460 numCaches = DEFAULT_CACHE_SIZE;
462 // System.out.println("number caches=" + numCaches);
463 PolicyInfo newInfo = new PolicyInfo(numCaches);
2412 PolicyInfo(int numCaches) { argument
2418 pdMapping = new ProtectionDomainCache[numCaches];
2421 for (int i = 0; i < numCaches; i++) {
2424 if (numCaches >
[all...]

Completed in 34 milliseconds