-
Bug
-
Resolution: Fixed
-
P4
-
9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135898 | emb-9 | Weijun Wang | P4 | Resolved | Fixed | team |
JDK-8189514 | 8u172 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
JDK-8188707 | 8u171 | Ivan Gerasimov | P4 | Resolved | Fixed | master |
JDK-8189574 | 8u162 | Ivan Gerasimov | P4 | Resolved | Fixed | b02 |
JDK-8183748 | 8u161 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
JDK-8166986 | 8u152 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
JDK-8186586 | 8u151 | Ivan Gerasimov | P4 | Resolved | Fixed | b10 |
JDK-8192487 | emb-8u161 | Ivan Gerasimov | P4 | Resolved | Fixed | b01 |
JDK-8186939 | emb-8u151 | Ivan Gerasimov | P4 | Resolved | Fixed | b10 |
JDK-8194026 | openjdk7u | Ivan Gerasimov | P4 | Resolved | Fixed | master |
Test uses
// An idle UDP socket to revent PortUnreachableException
DatagramSocket ds = new DatagramSocket(33333);
This may lead to test fail with java.net.BindException: Address already in use, especially when test run in concurrency.
- backported by
-
JDK-8135898 sun/security/krb5/auto/MaxRetries.java may fail with BindException
- Resolved
-
JDK-8166986 sun/security/krb5/auto/MaxRetries.java may fail with BindException
- Resolved
-
JDK-8183748 sun/security/krb5/auto/MaxRetries.java may fail with BindException
- Resolved
-
JDK-8186586 sun/security/krb5/auto/MaxRetries.java may fail with BindException
- Resolved
-
JDK-8186939 sun/security/krb5/auto/MaxRetries.java may fail with BindException
- Resolved
-
JDK-8188707 sun/security/krb5/auto/MaxRetries.java may fail with BindException
- Resolved
-
JDK-8189514 sun/security/krb5/auto/MaxRetries.java may fail with BindException
- Resolved
-
JDK-8189574 sun/security/krb5/auto/MaxRetries.java may fail with BindException
- Resolved
-
JDK-8192487 sun/security/krb5/auto/MaxRetries.java may fail with BindException
- Resolved
-
JDK-8194026 sun/security/krb5/auto/MaxRetries.java may fail with BindException
- Resolved
- relates to
-
JDK-8134555 The InquireSecContextPermissionCheck.java test was mistakenly removed
- Resolved