JDK-8284331 : Add sanity check for signal handler modification warning.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-04-05
  • Updated: 2023-11-06
  • Resolved: 2022-04-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 19
11.0.18-oracleFixed 17.0.6-oracleFixed 19 b21Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The check for signal handlers being changed is used in the hs_err report, "jcmd VM.info" output, and periodically with -Xcheck:jni

We should have a test that it does not contain any warnings under "normal" circumstances.
Comments
Fix request (11u) I am backporting this for parity with 11.0.18-oracle. Low risk as it affects tests only. Patch applies cleanly. Test passes manually. Tier 1 passed with GH actions.
27-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/2232 Date: 2023-10-27 16:08:15 +0000
27-10-2023

Fix request (17u) Backport of a test only change for Oracle parity. No risk. GHA and SAP nightlies are green.
10-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/1336 Date: 2023-05-08 21:23:16 +0000
08-05-2023

I'm doing the backports.
28-09-2022

Changeset: 116763cb Author: Kevin Walls <kevinw@openjdk.org> Date: 2022-04-29 20:14:55 +0000 URL: https://git.openjdk.java.net/jdk/commit/116763cb5d58a7316b7bada689a0fa34a7250ee7
29-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8106 Date: 2022-04-05 10:37:26 +0000
05-04-2022