On Thu, 20 Nov 2025 10:34:46 GMT, serhiysachkov <[email protected]> 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

Reply via email to