On Mon, 16 Mar 2026 08:59:05 GMT, SendaoYan <[email protected]> wrote:

> Hi all,
> 
> The test log from java/net/InetAddress/ptr/Lookup.java shows that 
> `lookupWithIPv4Prefer` and `reverseWithIPv4Prefer` both print 
> "192.0.43.7:192.0.43.7" when this test fails intermittently. And the output 
> should be "192.0.43.7:icann.org" when this test run passed. The intermittent 
> fails seems that `InetAddress.getHostFromNameService` can not resolve the 
> fully qualified domain name for the given IP address, and it return the 
> textual representation of the IP address, especially the network in unstable.
> 
> This intermittemt failure is not trigger by a JVM bug, so this PR throw 
> jtreg.SkippedException rather than report test failure. Change has been 
> verified locally both on linux-x64 and linux-aarch64.

I have added a comment to the JBS issue requesting some additional details. 
Given that this is failing only now, it would be good to understand if this is 
just an environmental issue or something else needs addressing.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/30259#issuecomment-4079865444

Reply via email to