-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b13
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270240 | 11.0.13-oracle | Abdul Kolarkunnu | P4 | Resolved | Fixed | b02 |
JDK-8273074 | 11.0.13 | Christoph Langer | P4 | Resolved | Fixed | b05 |
JDK-8301903 | 8u381 | Shivangi Gupta | P4 | Resolved | Fixed | b01 |
This has been observed once in 9b141 same binaries runs on Linux x64.
Test output:
java.lang.Exception: Got unexpected exceptionjava.net.BindException: Address already in use
at ReportSocketClosed.main(ReportSocketClosed.java:44)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
Test output:
java.lang.Exception: Got unexpected exceptionjava.net.BindException: Address already in use
at ReportSocketClosed.main(ReportSocketClosed.java:44)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:226)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
- backported by
-
JDK-8270240 java/net/DatagramSocket/ReportSocketClosed.java fails intermittently with BindException
- Resolved
-
JDK-8273074 java/net/DatagramSocket/ReportSocketClosed.java fails intermittently with BindException
- Resolved
-
JDK-8301903 java/net/DatagramSocket/ReportSocketClosed.java fails intermittently with BindException
- Resolved