On Wed, 21 Sep 2022 15:37:24 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
> Please review this patch that fixes the warning `JNI local refs ... exceeds > capacity` on Windows machines running with IPv6 stack enabled. > > This case was missed in JDK-8187450 / #2963. > > I verified that with this patch applied, the warning does not appear on a > machine with 60+ interfaces. Tier2 also passes. This pull request has now been integrated. Changeset: 9dce8652 Author: Daniel Jeliński <djelin...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/9dce8652f258ba88f17aa315af529c79bb8a41cf Stats: 11 lines in 1 file changed: 10 ins; 0 del; 1 mod 8294115: JNI local refs exceeds capacity warning in NetworkInterface::getAll Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/10377