Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203983 | 11.0.1 | Coleen Phillimore | P4 | Resolved | Fixed | team |
For Linux, Solaris, BSD, and AIX the implementations of os::user_handler, os::signal, os::signal_raise, and os::sigexitnum_pd are very similar, and some of the differences are probably unnecessary or even incorrect. [Solaris seems to be different in possibly slightly more interesting ways than the others, but even there it may be that "modern" Solaris could allow some of those differences to be removed.]
I think these could be mostly merged into a single implementation in os_posix.
I think these could be mostly merged into a single implementation in os_posix.
- backported by
-
JDK-8203983 Much nearly duplicated code for sun.misc.Signal support
-
- Resolved
-
- relates to
-
JDK-8202014 Possible to receive signal before signal semaphore created
-
- Closed
-
-
JDK-7015652 src/os/solaris, src/os/linux and src/os/bsd should not contain duplicate code
-
- Closed
-