RFR: JDK-8313873: java/nio/channels/DatagramChannel/SendReceiveMaxSize.java fails on AIX due to small default RCVBUF size and different IPv6 Header interpretation [v3]

Thomas Obermeier duke at openjdk.org
Tue Aug 22 16:33:47 UTC 2023


On Wed, 16 Aug 2023 09:57:22 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Thomas Obermeier has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update SendReceiveMaxSize.java - trailing blanks
>
> There are two tests named SendReceiveMaxSize.java
> 
> test/jdk/java/net/DatagramSocket/SendReceiveMaxSize.java
> test/jdk/java/nio/channels/DatagramChannel/SendReceiveMaxSize.java
> 
> The JBS issue has the path to the test in java/net. The PR changes the test in java/nio. Is the PR missing the update to the test in java/net ?

JDK-8313873 was revised due to finding by @AlanBateman . Exception was changed into assert and moved right behind receiver.bind() as suggested.

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

PR Comment: https://git.openjdk.org/jdk/pull/15209#issuecomment-1688504411


More information about the nio-dev mailing list