On Tue, 11 Oct 2022 01:47:45 GMT, David Holmes <dhol...@openjdk.org> wrote:
> Fix looks good as far as it goes (can't believe I didn't see what was going > on here!) - but `os::signal` is still broken as it uses `sa_handler` instead > of `sa_sigaction`. Yikes! I think this change should proceed as is, and `os::signal` should be looked at as a new issue. That looks messy :( ------------- PR: https://git.openjdk.org/jdk/pull/10494