Home
last modified time | relevance | path

Searched refs:pdcache (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DSecureClassLoader.java52 private final HashMap<CodeSource, ProtectionDomain> pdcache = field in SecureClassLoader
203 synchronized (pdcache) { in getProtectionDomain()
204 pd = pdcache.get(cs); in getProtectionDomain()
208 pdcache.put(cs, pd); in getProtectionDomain()