On Thu, 2 Apr 2026 13:40:29 GMT, Daniel Fuchs <[email protected]> wrote:
>> Mahendra Chhipa has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Added static import for different Assertions
>
> test/jdk/java/net/spi/InetAddressResolverProvider/AddressesCachingTest.java
> line 69:
>
>> 67: boolean observedTwoLookups = performLookups(false);
>> 68: if (CACHING_DISABLED) {
>> 69: Assertions.assertTrue(observedTwoLookups,
>
> Have you considered adding a static import for `Assertions.*` here and in
> other files in this PR?
Thanks, Now added static import for assertions.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30552#discussion_r3028769675