changeset 4234 | d9720475ab15 |
parent 3632 | 399359a027de |
child 5506 | 202f599c92aa |
--- a/jdk/test/java/nio/channels/AsynchronousChannelGroup/Unbounded.java Wed Nov 11 14:38:01 2009 +0000 +++ b/jdk/test/java/nio/channels/AsynchronousChannelGroup/Unbounded.java Wed Nov 11 16:22:27 2009 +0000 @@ -34,7 +34,7 @@ public class Unbounded { // number of concurrent completion handlers - static final int CONCURRENCY_COUNT = 512; + static final int CONCURRENCY_COUNT = 256; public static void main(String[] args) throws Exception { // all accepted connections are added to a queue