RFR: JDK-8280498: jdk/java/net/Inet4Address/PingThis.java fails on AIX [v4]

Michael Felt duke at openjdk.java.net
Fri Apr 29 12:16:36 UTC 2022


On Thu, 28 Apr 2022 15:56:00 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> test/jdk/java/net/Inet4Address/PingThis.java line 49:
>> 
>>> 47:     public static void main(String args[]) throws Exception {
>>> 48:         osname = System.getProperty("os.name")
>>> 49:         /*
>> 
>> Doesn't look like the line above will compile.
>
> Good catch!

too much Python (no semi-colons) - great catch.

Looking into how to verify proposed changes using jenkins (adoptium). When not in aqa-tests, more difficult (for me) too get it tested. (aka Better next time).

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

PR: https://git.openjdk.java.net/jdk/pull/7013


More information about the net-dev mailing list