Searched refs:noInitCache (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DObjectReferenceImpl.java46 private static final Cache noInitCache = new Cache(); field in class:ObjectReferenceImpl
48 private Cache cache = noInitCache;
69 if (cache == noInitCache) {

Completed in 22 milliseconds