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

Thomas Stuefe stuefe at openjdk.org
Wed Sep 7 17:03:25 UTC 2022


I needed this recently. We print out the signal block mask, which is fine, but more interesting would be the existing block state at the point of the crash/assertion.

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

Commit messages:
 - Merge branch 'master' into JDK-8293493-print-signal-block-state-in-sighandler-printout
 - dont scream so much
 - JDK-8293493-print-signal-block-state-in-sighandler-printout

Changes: https://git.openjdk.org/jdk/pull/10199/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10199&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8293493
  Stats: 6 lines in 1 file changed: 5 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/10199.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10199/head:pull/10199

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


More information about the hotspot-runtime-dev mailing list