RFR: 8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out [v4]

Mark Sheppard msheppar at openjdk.org
Wed May 29 16:58:08 UTC 2024


On Wed, 29 May 2024 13:33:51 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Mark Sheppard has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   JDK-8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out — updated catch block to be consistent with idiom used in test
>
> test/jdk/java/nio/channels/DatagramChannel/StressNativeSignal.java line 121:
> 
>> 119:                 z.printStackTrace();
>> 120:                 if (!shouldTerminate) {
>> 121:                     z.printStackTrace(System.err);
> 
> It looks like this will print the stack trace twice for the !shouldTerminate case.

yes, will remove

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19312#discussion_r1619208444


More information about the nio-dev mailing list