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

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DUID.java78 private static short lastCount = Short.MIN_VALUE; field in class:UID
116 if (lastCount == Short.MAX_VALUE) {
132 lastCount = Short.MIN_VALUE;
141 count = lastCount++;
/openjdk7/jdk/test/java/lang/invoke/
H A DAccessControlTest.java298 for (int lastCount = -1; lastCount != CASES.size(); ) {
299 lastCount = CASES.size(); // if CASES grow in the loop we go round again

Completed in 41 milliseconds