Integrated: 8255264: Support for identifying the full range of IPv4 localhost addresses on Windows

2021-01-06 Thread Mat Carter
On Mon, 30 Nov 2020 18:09:57 GMT, Mat Carter wrote: > Modified Windows specific loopback macros to support full range of loopback > addresses, commit message includes unit test data as there's no gtest's for > java libraries (only hotspot compiler) > > This is an

Re: RFR: 8255264: Support for identifying the full range of IPv4 localhost addresses on Windows

2020-12-23 Thread Mat Carter
On Wed, 23 Dec 2020 16:10:27 GMT, Alan Bateman wrote: >> Modified Windows specific loopback macros to support full range of loopback >> addresses, commit message includes unit test data as there's no gtest's for >> java libraries (only hotspot compiler) >> >> This is an expansion on the origin

Re: RFR: 8255264: Support for identifying the full range of IPv4 localhost addresses on Windows

2020-12-08 Thread Mat Carter
Have an RFR needing a sponsor and review - this is related to Nikola's prior work on JDK-8250521: Configure initial RTO to use minimal retry for loopback connections on Windows Thanks in advance Mat Carter Sent from Outlook From: net-dev on behalf of Mat Carter Sent: Tuesday, Decem

RFR: 8255264: Support for identifying the full range of IPv4 localhost addresses on Windows

2020-12-01 Thread Mat Carter
Modified Windows specific loopback macros to support full range of loopback addresses, commit message includes unit test data as there's no gtest's for java libraries (only hotspot compiler) This is an expansion on the original fix for 8250521: Configure initial RTO to use minimal retry for loo

Re: RFR(s): Improving performance of Windows socket connect on the loopback adapter

2020-10-26 Thread Mat Carter
Nikola has opened an issue to cover the loopback address range and we're preparing a patch: https://bugs.openjdk.java.net/browse/JDK-8255264 We've identified some unit tests to include in the patch, does gtest/runtime/test_os_windows.cpp seem the appropriate location for them? Patch (preview):

IPV6 literal string handling in tests

2020-07-16 Thread Mat Carter
r.java, which essentially boils down to using the URI/URL constructor that constructs a hierarchical URI from the given components   Regardless of whether the fixes are back-ported to jdk11u, is there a shared view in this mailing list that we pick one pattern on tip for consistency, I'm happy to