Searched refs:localDescs (Results 1 – 2 of 2) sorted by relevance
93 static final ConcurrentMap<WeakClassKey,Reference<?>> localDescs = field in ObjectStreamClass.Caches333 processQueue(Caches.localDescsQueue, Caches.localDescs); in lookup()335 Reference<?> ref = Caches.localDescs.get(key); in lookup()346 Caches.localDescs.remove(key, ref); in lookup()348 ref = Caches.localDescs.putIfAbsent(key, newRef); in lookup()382 Caches.localDescs.put(key, new SoftReference<Object>(entry)); in lookup()
457 localDescs; field in ObjectStreamClass.Caches460 localDescs = null;