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

/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DSubjectDomainCombiner.java50 private WeakKeyValueMap<ProtectionDomain, ProtectionDomain> cachedPDs = field in class:SubjectDomainCombiner
216 synchronized(cachedPDs) {
227 cachedPDs.clear();
238 subjectPd = cachedPDs.getValue(pd);
245 cachedPDs.putValue(pd, subjectPd);
318 synchronized(cachedPDs) {
329 cachedPDs.clear();
338 ProtectionDomain subjectPd = cachedPDs.getValue(pd);
395 cachedPDs.putValue(pd, subjectPd);

Completed in 36 milliseconds