--- old/test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java 2020-05-20 18:06:18.501341285 -0700 +++ new/test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java 2020-05-20 18:06:18.109333758 -0700 @@ -1,5 +1,5 @@ /* - * 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 @@ -708,7 +708,7 @@ test(connectedSocketChannelFactory); - if (TestUtil.onWindows() || TestUtil.onSolaris()) { + if (TestUtil.onWindows()) { log.println("WARNING Cannot reliably test connect/finishConnect" + " operations on this platform"); } else {