Searched defs:groupSemaphore (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java161 private transient int groupSemaphore; field in class:Activation
238 groupSemaphore = getInt("sun.rmi.activation.groupThrottle", 3);
2148 if (groupSemaphore > 0) {
2149 groupSemaphore--;
2167 groupSemaphore++;

Completed in 37 milliseconds