Searched refs:localDescs (Results 1 – 2 of 2) sorted by relevance
457 localDescs; field in ObjectStreamClass.Caches460 localDescs = null;
100 static final ConcurrentMap<WeakClassKey,Reference<?>> localDescs = field in ObjectStreamClass.Caches353 processQueue(Caches.localDescsQueue, Caches.localDescs); in lookup()355 Reference<?> ref = Caches.localDescs.get(key); in lookup()366 Caches.localDescs.remove(key, ref); in lookup()368 ref = Caches.localDescs.putIfAbsent(key, newRef); in lookup()402 Caches.localDescs.put(key, new SoftReference<Object>(entry)); in lookup()