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.java287 int startSize = cacheMap.size(); in emptyQueue() local
308 if (startSize != endSize) { in emptyQueue()
309 System.out.println("*** Expunged " + (startSize - endSize) in emptyQueue()