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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java149 private int lastPoolIndex = 0; field in class:SunFontManager
3900 fontFileToClose = fontFileCache[lastPoolIndex];
3901 fontFileCache[lastPoolIndex] = font;
3902 /* lastPoolIndex is updated so that the least recently opened
3905 lastPoolIndex = (lastPoolIndex+1) % CHANNELPOOLSIZE;

Completed in 38 milliseconds