< prev index next >

test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java

Print this page
rev 59383 : [mq]: final

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2020, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -706,11 +706,11 @@
         // Testing map is impractical and arguably unnecessary: It's
         // unclear under what conditions mmap(2) will actually block.
 
         test(connectedSocketChannelFactory);
 
-        if (TestUtil.onWindows() || TestUtil.onSolaris()) {
+        if (TestUtil.onWindows()) {
             log.println("WARNING Cannot reliably test connect/finishConnect"
                 + " operations on this platform");
         } else {
             // Only the following tests need refuser's connection backlog
             // to be saturated
< prev index next >