Searched refs:tls (Results 1 – 1 of 1) sorted by relevance
1101 ThreadLocal<WeakHashMap<Class<?>, ObjectStreamClass>> tls = storage.get(); in getCache() local1102 if (tls == null) { in getCache()1103 tls = new ThreadLocal<WeakHashMap<Class<?>, ObjectStreamClass>>() { in getCache()1108 storage = new SoftReference<ThreadLocal<WeakHashMap<Class<?>, ObjectStreamClass>>>(tls); in getCache()1110 return tls.get(); in getCache()