On Thu, 15 Sep 2022 09:59:25 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
>> Man Cao has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Address comments > > src/java.base/unix/native/libnet/net_util_md.c line 196: > >> 194: int rv, s; >> 195: if (ipv6_available()) { >> 196: s = socket(PF_INET6, SOCK_STREAM, 0); > > Please indent with 4 spaces Done. ------------- PR: https://git.openjdk.org/jdk/pull/10278