Home
last modified time | relevance | path

Searched refs:startSize (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
DCache.java292 int startSize = cacheMap.size(); in emptyQueue() local
313 if (startSize != endSize) { in emptyQueue()
314 System.out.println("*** Expunged " + (startSize - endSize) in emptyQueue()