RFR: JDK-8293493: Signal Handlers printout should show signal block state

Thomas Stuefe stuefe at openjdk.org
Mon Sep 19 05:37:45 UTC 2022


On Mon, 19 Sep 2022 02:33:33 GMT, David Holmes <dholmes at openjdk.org> wrote:

> This seems okay though may be of limited use if the crash is from a signal as IIRC that in itself will result in various signals getting blocked whilst we remain in the signal-handler context.

True, but its interesting to know if we block what we think we block :-)

-------------

PR: https://git.openjdk.org/jdk/pull/10199


More information about the hotspot-runtime-dev mailing list