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

/openjdk7/jdk/test/java/nio/channels/Selector/
H A DLotsOfCancels.java46 * to the server epoll set. It then creates massCount connections,
47 * registers interest (causing updateList to be populated with massCount*2
52 * equal to massCount * 2.
86 static void runTest(int initCount, int massCount, int maxSelectTime) argument
124 client.connectClients(massCount);
131 acceptAndAddAll(serverSelector, server, massCount);
132 if (serverChannels2.size() != massCount) {
134 " instead of " + massCount);
147 ", mass count = " + massCount +

Completed in 22 milliseconds