Searched defs:cacheRef (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java272 SoftReference<ConcurrentHashMap<SDKey, SDCache>> cacheRef; field in class:GlyphLayout.SDCache
329 if (cacheRef != null) {
330 cache = cacheRef.get();
339 cacheRef = new

Completed in 177 milliseconds