RFR: 8354530: AIX: sporadic unexpected errno when calling setsockopt in Net.joinOrDrop [v2]
Arno Zeller
azeller at openjdk.org
Wed May 14 09:41:33 UTC 2025
On Wed, 14 May 2025 08:26:24 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Arno Zeller has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Improve comment.
>
> src/java.base/unix/native/libnio/ch/Net.c line 675:
>
>> 673: #endif
>> 674: #ifdef _AIX
>> 675: // workaround AIX bug where IP_ADD_MEMBERSHIP fails intermittently sometimes even more than one time...
>
> Adding a retry loop is okay, we have to retry on macOS too. Can you drop "even more than one time..." from the comment as it doesn't help.
Of course! I dropped the end of the comment.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24996#discussion_r2088516917
More information about the nio-dev
mailing list