Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8207092 | 12 | Matthias Baesken | P3 | Resolved | Fixed | b03 |
JDK-8207443 | 11.0.2 | Matthias Baesken | P3 | Resolved | Fixed | b01 |
JDK-8207553 | 11.0.1 | Matthias Baesken | P3 | Resolved | Fixed | b02 |
In dbgsysSocketClose (socket_md.c) currently in case of EINTR there is an attempt to restart close.
However, the close() call is not restartable on Linux.
See also https://bugs.openjdk.java.net/browse/JDK-8205959
Do not restart close if errno is EINTR, for a similar fix.
However, the close() call is not restartable on Linux.
See also https://bugs.openjdk.java.net/browse/JDK-8205959
Do not restart close if errno is EINTR, for a similar fix.
- backported by
-
JDK-8207092 dbgsysSocketClose - do not restart close if errno is EINTR [linux]
- Resolved
-
JDK-8207443 dbgsysSocketClose - do not restart close if errno is EINTR [linux]
- Resolved
-
JDK-8207553 dbgsysSocketClose - do not restart close if errno is EINTR [linux]
- Resolved
- relates to
-
JDK-8327468 Do not restart close if errno is EINTR [macOS/linux]
- Resolved