Searched refs:threadToErrorStateMap (Results 1 – 1 of 1) sorted by relevance
281 …private static final Map<Thread, ErrorState> threadToErrorStateMap = new WeakHashMap<Thread, Error… field in ErrorManager583 threadToErrorStateMap.get(Thread.currentThread()); in getErrorState()586 threadToErrorStateMap.put(Thread.currentThread(), ec); in getErrorState()598 threadToErrorStateMap.put(Thread.currentThread(), ec); in resetErrorState()