--- old/test/jdk/java/nio/channels/SocketChannel/ConnectionReset.java 2020-05-20 18:06:26.897502497 -0700 +++ new/test/jdk/java/nio/channels/SocketChannel/ConnectionReset.java 2020-05-20 18:06:26.517495201 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 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 @@ -23,7 +23,6 @@ /** * @test - * @requires os.family != "solaris" * @run testng ConnectionReset * @summary Test behavior of SocketChannel.read and the Socket adaptor read * and available methods when a connection is reset