On Thu, 11 Jan 2024 16:00:45 GMT, Matthias Baesken <mbaes...@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