Re: RFR: 8280546: Remove hard-coded 127.0.0.1 loopback address

2022-01-26 Thread Liam Miller-Cushon
On Wed, 26 Jan 2022 15:48:49 GMT, Sean Mullan wrote: > Please change the JBS bug component to "security-libs" as these tests are in > the security area. Done. Thanks for the review! - PR: https://git.openjdk.java.net/jdk/pull/7209

Re: RFR: 8280546: Remove hard-coded 127.0.0.1 loopback address

2022-01-26 Thread Sean Mullan
On Tue, 25 Jan 2022 03:39:54 GMT, Liam Miller-Cushon wrote: > This change replaces hard-coded 127.0.0.1 loopback addresses with > `InetAddress.getLoopbackAddress().getHostAddress()`, to allow the tests to > work on IPv6-only systems. This matches the approach of previous fixes in > [JDK-822008