RFR: JDK-8319382: com/sun/jdi/JdwpAllowTest.java shows failures on AIX if prefixLen of mask is larger than 32 in IPv6 case [v3]
Joachim Kern
jkern at openjdk.org
Mon Jan 15 09:13:27 UTC 2024
On Fri, 12 Jan 2024 21:22:35 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
>> Joachim Kern has updated the pull request incrementally with one additional commit since the last revision:
>>
>> following proposals of alexmenkov
>
> src/jdk.jdwp.agent/share/native/libdt_socket/socketTransport.c line 400:
>
>> 398: /*
>> 399: * Input is in_addr just because all clients have it.
>> 400: */
>
> The comment does not make sense anymore: in_addr represents IPv4 address, in6_addr represents IPv6 address.
> Could you remove it please.
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17374#discussion_r1452098775
More information about the serviceability-dev
mailing list