-
Bug
-
Resolution: Fixed
-
P2
-
5.0u3
-
b06
-
sparc
-
solaris_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2126976 | 6 | Jean-Christophe Collet | P2 | Resolved | Fixed | beta |
The test:
api/java_net/InetAddress/complement.html#isReachable fails with a hotspot
error and core dump ONLY if the test is run as root and using -d64 flag.
This test fails on Solaris sparc 9 and 10. It passes on Solaris 10 on AMD64.
The jtr file and hotspot error file is attached.
Test source location:
/net/latte.ireland/export/home4/jck/JCK-runtime-15/tests/api/java_net/InetAddress/isReachableTests.java
To reproduce:
Log in as root on a solaris sparcv9 machine.
compile the attached java file (a simplified version of the JCK test), or the JCK test file from the above location
java -d64 Test
You should see a hotspot error and a core dump.
if you run this test without -d64 or as a non-root user the test will pass.
###@###.### 2005-2-15 15:28:34 GMT
api/java_net/InetAddress/complement.html#isReachable fails with a hotspot
error and core dump ONLY if the test is run as root and using -d64 flag.
This test fails on Solaris sparc 9 and 10. It passes on Solaris 10 on AMD64.
The jtr file and hotspot error file is attached.
Test source location:
/net/latte.ireland/export/home4/jck/JCK-runtime-15/tests/api/java_net/InetAddress/isReachableTests.java
To reproduce:
Log in as root on a solaris sparcv9 machine.
compile the attached java file (a simplified version of the JCK test), or the JCK test file from the above location
java -d64 Test
You should see a hotspot error and a core dump.
if you run this test without -d64 or as a non-root user the test will pass.
###@###.### 2005-2-15 15:28:34 GMT
- backported by
-
JDK-2126976 JCK test using InetAddress.isReachable() fails if run as root, using -d64 flag on
- Resolved
- relates to
-
JDK-6947677 InetAddress.isReachable() throws "java.net.SocketException:Invalid argument" on Linux if run as root
- Closed