-
Enhancement
-
Resolution: Unresolved
-
P3
-
9
Catching control-C and possibly other signals is one way for applications to handle user-interrupted action.
There is currently no supported API to intercept and handle any signal. sun.misc.Signal and sun.misc.SignalHandler are internal API that some existing application depends on.
Need to look into a possible replacement for sun.misc.Signal and SignalHandler API.
There is currently no supported API to intercept and handle any signal. sun.misc.Signal and sun.misc.SignalHandler are internal API that some existing application depends on.
Need to look into a possible replacement for sun.misc.Signal and SignalHandler API.
- relates to
-
JDK-8295702 Signal.handle can't correctly restore all signal handlers on Posix systems
- Open
-
JDK-6423780 (process) need way to handle OS signals
- Open
-
JDK-8137055 Prepare for JEP 260
- Resolved
-
JDK-4914493 (process) Cannot send arbitary signals to UNIX process
- Closed