Searched refs:synchronizedCollectionClazz (Results 1 – 1 of 1) sorted by relevance
253 …Class<?> synchronizedCollectionClazz = Class.forName("java.util.Collections$SynchronizedCollection… in getSyncCollectionMutex() local254 Field f = synchronizedCollectionClazz.getDeclaredField("mutex"); in getSyncCollectionMutex()