RFR: 8359127: Amend java/nio/channels/DatagramChannel/PromiscuousIPv6.java to use @requires for OS platform selection [v2]
Dermot Boyle
duke at openjdk.org
Fri Jun 13 14:58:41 UTC 2025
On Fri, 13 Jun 2025 12:49:00 GMT, Mahendra Chhipa <mchhipa at openjdk.org> wrote:
>> Dermot Boyle has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Removed unused supportedByPlatform() method definition
>
> test/jdk/java/nio/channels/DatagramChannel/PromiscuousIPv6.java line 215:
>
>> 213: boolean hasIPV6MulticastAll;
>> 214:
>> 215: if (!supportedByPlatform()) {
>
> supportedByPlatform() method definition can be deleted from line number 207, as not it is not being called anywhere.
Thanks Mahendra, have removed it
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25781#discussion_r2145278791
More information about the nio-dev
mailing list