RFR: 8289617: Remove test/jdk/java/net/ServerSocket/ThreadStop.java
Michael McMahon
michaelm at openjdk.org
Mon Jul 4 13:12:52 UTC 2022
Hi,
Could I get the following small change reviewed please?
It removes a test that calls Thread.stop() which is no longer required since it was checking for
a bug in the old SocketImpl that has recently been replaced by the NIO implementation.
Thanks,
Michael.
-------------
Commit messages:
- deleted redundant test
Changes: https://git.openjdk.org/jdk/pull/9365/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9365&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8289617
Stats: 91 lines in 1 file changed: 0 ins; 91 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/9365.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9365/head:pull/9365
PR: https://git.openjdk.org/jdk/pull/9365
More information about the net-dev
mailing list