commit | 58337b12f81cef1b21cda93aaa8b597954fcd229 | [log] [tgz] |
---|---|---|
author | Daniel Fuchs <dfuchs@openjdk.org> | Thu Mar 12 18:31:49 2020 +0000 |
committer | Daniel Fuchs <dfuchs@openjdk.org> | Thu Mar 12 18:31:49 2020 +0000 |
tree | 796b6bdc41bbd11b216963b41ea346e92bf1b92d | |
parent | 3ee99ca1d7ad168283411d4ff7e32d03433e1b3c [diff] |
8059309: network tests fail with "java.net.SocketException: Couldn't obtain phys addr" when run as "root" The solaris specific code is changed to use the fallback mechanism if the DLPI interface returns an error indicating that the operation is unsupported. In addition, NetworkInterface::getHardwareAddress is changed to always return null for the loopback interface. Reviewed-by: alanb