RFR: 8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out [v4]
Brian Burkhalter
bpb at openjdk.org
Wed May 29 18:11:02 UTC 2024
On Wed, 29 May 2024 16:46:16 GMT, Mark Sheppard <msheppar at openjdk.org> wrote:
>> test/jdk/java/nio/channels/DatagramChannel/StressNativeSignal.java line 113:
>>
>>> 111: BufferedReader reader = new BufferedReader(new InputStreamReader(client.getInputStream()));
>>> 112: // the test never reaches here as the close will affect the blocking accept call
>>> 113: // and there are no clients to connect to this serversocket
>>
>> Should this code be removed?
>
> we probably should, but I was waiting for bpb to comment
I think you can remove it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19312#discussion_r1619291265
More information about the nio-dev
mailing list