Integrated: 8362581: Timeouts in java/nio/channels/SocketChannel/OpenLeak.java on UNIX
Michael McMahon
michaelm at openjdk.org
Sat Jul 26 22:25:01 UTC 2025
On Fri, 25 Jul 2025 12:08:38 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
> Hi,
>
> This is a fix for 8362581 caused by the implementation for https://bugs.openjdk.org/browse/JDK-8348986
> An incorrect check was added to the method Exceptions.ioException() which wasn't noticed partly
> because that file was renamed, and webrev doesn't show the diffs side by side.
> The effect of this change is to restore the method to pretty much what it was before, but taking account
> of the changed categorisation of exceptions.
>
> A test is not included since this was caught by an existing regression test.
>
> Thanks,
> Michael
This pull request has now been integrated.
Changeset: de59da27
Author: Michael McMahon <michaelm at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/de59da27a60bd0afaf8deaf6d4a3d743a4f59db8
Stats: 4 lines in 1 file changed: 0 ins; 3 del; 1 mod
8362581: Timeouts in java/nio/channels/SocketChannel/OpenLeak.java on UNIX
Reviewed-by: jpai, alanb, djelinski
-------------
PR: https://git.openjdk.org/jdk/pull/26478
More information about the nio-dev
mailing list