Searched refs:threadToToolMap (Results 1 – 1 of 1) sorted by relevance
287 private static final Map<Thread, Tool> threadToToolMap = new WeakHashMap<Thread, Tool>(); field in ErrorManager534 threadToToolMap.put(Thread.currentThread(), tool); in setTool()942 Tool tool = threadToToolMap.get(Thread.currentThread()); in panic()