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

/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DAsyncCloseChannel.java38 static int maxAcceptCount = 100; field in class:AsyncCloseChannel
58 while(acceptCount < maxAcceptCount && !failed) {

Completed in 30 milliseconds