-
Enhancement
-
Resolution: Fixed
-
P4
-
16
-
b19
While investigating JDK-8251438 it came to light that our POSIX signal handling code can be factored out.
Linux, BSD and AIX currently have almost identical copies of signal code in their platforms. I compared current Linux to BSD code and Linux has more small fixes and comments than BSD. That will only get worse with the time, but worse of all, is that fixes like inJDK-8251438 currently need to be duplicated.
Linux, BSD and AIX currently have almost identical copies of signal code in their platforms. I compared current Linux to BSD code and Linux has more small fixes and comments than BSD. That will only get worse with the time, but worse of all, is that fixes like in
- blocks
-
JDK-8251438 Issues with our POSIX set_signal_handler()
-
- Resolved
-
-
JDK-8252533 Signal handlers should run with synchronous error signals unblocked
-
- Resolved
-
-
JDK-8251201 macOS: remove 10.4 workaround from os::Bsd::install_signal_handlers
-
- Closed
-
- relates to
-
JDK-8260533 Umbrella: Factor out common POSIX code
-
- Closed
-
-
JDK-8253742 POSIX signal code cleanup
-
- Resolved
-
-
JDK-8255711 Fix and unify hotspot signal handlers
-
- Resolved
-
(1 relates to, 3 links to)