mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
improve
This commit is contained in:
@@ -100,7 +100,7 @@ public class AdviceListenerManager {
|
||||
}, 3, 3, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
static private ConcurrentWeakKeyHashMap<ClassLoader, ClassLoaderAdviceListenerManager> adviceListenerMap = new ConcurrentWeakKeyHashMap<ClassLoader, ClassLoaderAdviceListenerManager>();
|
||||
private static final ConcurrentWeakKeyHashMap<ClassLoader, ClassLoaderAdviceListenerManager> adviceListenerMap = new ConcurrentWeakKeyHashMap<ClassLoader, ClassLoaderAdviceListenerManager>();
|
||||
|
||||
static class ClassLoaderAdviceListenerManager {
|
||||
private ConcurrentHashMap<String, List<AdviceListener>> map = new ConcurrentHashMap<String, List<AdviceListener>>();
|
||||
|
||||
Reference in New Issue
Block a user