On Tue, 19 Apr 2022 02:56:28 GMT, David Holmes <dhol...@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

Reply via email to