RFR: 8371629: Add diagnostic output IPSupport.printPlatformSupport(System.out) to tests in java/nio/channels directory -- part I

Alan Bateman alanb at openjdk.org
Thu Nov 20 14:37:19 UTC 2025


On Thu, 20 Nov 2025 10:34:46 GMT, serhiysachkov <duke at openjdk.org> wrote:

> Add diagnostic output IPSupport.printPlatformSupport(System.out) to tests in java/nio/channels directory -- part I

test/jdk/java/nio/channels/AsynchronousSocketChannel/CompletionHandlerRelease.java line 154:

> 152:     @BeforeClass
> 153:     void printSupportedPlatforms(){
> 154:         IPSupport.printPlatformSupport(System.out);

FYI: JUnit prints to System.err rather than System.out so need to specify System.err to get it inlined in the output.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28420#discussion_r2546263841


More information about the build-dev mailing list