Details
-
Bug
-
Resolution: Fixed
-
P4
-
5.0u33, 7u15, 8
-
b119
-
generic, x86
-
generic, linux
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2218086 | 5.0-pool | Robert Mckenna | P3 | Closed | Duplicate |
Description
TESTFAIL:java/net/InetAddress/CheckJNI.java
test/java/net/InetAddress/CheckJNI.java hangs on Linux. Consider the following on crumlin.ie.oracle.com (2.6.18-128.el5).
$ java -Xcheck:jni CheckJNI
Testing IPv4 Socket/ServerSocket
Testing IPv4 DatagramSocket
Testing IPv6 Socket
Testing IPv6 DatagramSocket
<hangs forever>
Note that -Xcheck:jni is not required, this seems to be an issue with using IPv6 link local addresses and so could be a kernel issue.
See comments section for another sighting of this in the nightly testing.
test/java/net/InetAddress/CheckJNI.java hangs on Linux. Consider the following on crumlin.ie.oracle.com (2.6.18-128.el5).
$ java -Xcheck:jni CheckJNI
Testing IPv4 Socket/ServerSocket
Testing IPv4 DatagramSocket
Testing IPv6 Socket
Testing IPv6 DatagramSocket
<hangs forever>
Note that -Xcheck:jni is not required, this seems to be an issue with using IPv6 link local addresses and so could be a kernel issue.
See comments section for another sighting of this in the nightly testing.
Attachments
Issue Links
- backported by
-
JDK-2218086 java/net/InetAddress/CheckJNI.java hangs on Linux when IPv6 enabled
- Closed