RFR: JDK-8280498: jdk/java/net/Inet4Address/PingThis.java fails on AIX [v6]
Michael Felt
duke at openjdk.java.net
Thu May 5 12:55:59 UTC 2022
On Tue, 3 May 2022 11:13:37 GMT, Aleksei Efimov <aefimov at openjdk.org> wrote:
>> Michael Felt has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Use @requires jtreg tag rather than check in code
>
> test/jdk/java/net/Inet4Address/PingThis.java line 33:
>
>> 31: * @library /test/lib
>> 32: * @summary InetAddress.isReachable is returning false
>> 33: * for InetAdress 0.0.0.0 and ::0
>
> Typo: `InetAdress` -> `InetAddress`
I did not actually change that line - but fixing :)
> test/jdk/java/net/Inet4Address/PingThis.java line 37:
>
>> 35: * but does not respond as 127.0.0.1 (i.e., only responds
>> 36: * when an external device reacts to 0.0.0.0)
>> 37: */
>
> This line should be removed to fix formatting of the comment section, ie unbalanced `*/`
Thx!
-------------
PR: https://git.openjdk.java.net/jdk/pull/7013
More information about the net-dev
mailing list