--- old/test/jdk/java/net/Socket/ConnectionReset.java 2020-05-20 18:06:14.229259258 -0700 +++ new/test/jdk/java/net/Socket/ConnectionReset.java 2020-05-20 18:06:13.833251654 -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 * @run testng/othervm -Djdk.net.usePlainSocketImpl ConnectionReset * @summary Test behavior of read and available when a connection is reset