RFR: 8285515: (dc) DatagramChannel.disconnect fails with "Invalid argument" on macOS 12.4 beta2 [v2]
Jaikiran Pai
jpai at openjdk.java.net
Thu Apr 28 10:33:17 UTC 2022
On Thu, 28 Apr 2022 10:25:06 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Jaikiran Pai has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Use macOS instead of MacOSX in comment
>
> src/java.base/unix/native/libnio/ch/DatagramChannelImpl.c line 54:
>
>> 52:
>> 53: #if defined(__APPLE__)
>> 54: // On MacOSX systems we use disconnectx
>
> Thanks for doing this. Do you mind changing this comment to "macOS" as I think that is how the OS is named these days.
Done. I have pushed an update to this PR with this change.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8445
More information about the nio-dev
mailing list