Searched refs:pdcache (Results 1 - 1 of 1) sorted by last modified time

/libcore/ojluni/src/main/java/java/security/
H A DSecureClassLoader.java51 // @GuardedBy("pdcache")
52 private final HashMap<CodeSource, ProtectionDomain> pdcache = field in class:SecureClassLoader
203 synchronized (pdcache) {
204 pd = pdcache.get(cs);
208 pdcache.put(cs, pd);

Completed in 65 milliseconds