RFR: JDK-8319382: com/sun/jdi/JdwpAllowTest.java shows failures on AIX if prefixLen of mask is larger than 32 in IPv6 case [v2]
Joachim Kern
jkern at openjdk.org
Thu Jan 11 16:14:41 UTC 2024
On Thu, 11 Jan 2024 16:00:45 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
>> Joachim Kern has updated the pull request incrementally with one additional commit since the last revision:
>>
>> cosmetic changes
>
> src/jdk.jdwp.agent/share/native/libdt_socket/socketTransport.c line 428:
>
>> 426: convertIPv4ToIPv6(&sa, &addr6);
>> 427: *isIPv4 = 1;
>> 428: } else
>
> Better use braces here too in the `else` part.
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17374#discussion_r1449087986
More information about the serviceability-dev
mailing list