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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryIdCache.java42 private static int MAX_CACHE_SIZE = 4; field in class:RepositoryIdPool
59 //if (cache.size() <= MAX_CACHE_SIZE)
/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopupFactory.java70 private static final int MAX_CACHE_SIZE = 5; field in class:PopupFactory
443 if(cache.size() < MAX_CACHE_SIZE) {
684 if (lightPopupCache.size() < MAX_CACHE_SIZE) {
841 if (mediumPopupCache.size() < MAX_CACHE_SIZE) {

Completed in 32 milliseconds