Searched refs:pdcache (Results 1 – 1 of 1) sorted by relevance
52 private final HashMap<CodeSource, ProtectionDomain> pdcache = field in SecureClassLoader203 synchronized (pdcache) { in getProtectionDomain()204 pd = pdcache.get(cs); in getProtectionDomain()208 pdcache.put(cs, pd); in getProtectionDomain()