RFR: 8283179: SA tests fail with "ERROR: catch_mach_exception_raise: Message doesn't denote a Unix soft signal." [v2]
Chris Plummer
cjplummer at openjdk.java.net
Tue Apr 19 04:01:16 UTC 2022
On Tue, 19 Apr 2022 02:56:28 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Based on your description this approach seems quite reasonable. I take it that we can't install an exception handler only for the SIGSTOP (like how we would install a signal handler only for SIGSTOP) ?
On the debugger side I don't think you can other than with an exception handler like the one already being used. On the JVM side it just uses posix signals like any other unix port.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8255
More information about the serviceability-dev
mailing list