RFR: JDK-8313873: java/nio/channels/DatagramChannel/SendReceiveMaxSize.java fails on AIX due to small default RCVBUF size and different IPv6 Header interpretation [v3]
Alan Bateman
alanb at openjdk.org
Wed Aug 23 12:16:22 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.
What about test/jdk/java/net/DatagramSocket/SendReceiveMaxSize.java, does that need to be updated too?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15209#issuecomment-1689853574
More information about the nio-dev
mailing list