Integrated: 8292559: Add test for -XX:+CheckJNICalls showing changed signal handlers

Harold Seigel hseigel at openjdk.org
Fri Aug 19 12:23:44 UTC 2022


On Thu, 18 Aug 2022 12:48:30 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> Please review this small change to add a test that option -XX:+CheckJNICalls shows changed signal handlers.  This new test is a copy of the recently deleted TestPosixSig.java with small changes.  This version of the test only checks that handlers were changed for SIGFPE and SIGILL signals.
> 
> The test was tested using Mach5 to run it on Linux, Mac OS, and Windows.
> 
> Thanks, Harold

This pull request has now been integrated.

Changeset: 37aa7c16
Author:    Harold Seigel <hseigel at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/37aa7c165dac13b7d6bb2b3c9814e1ec3fc4a730
Stats:     114 lines in 3 files changed: 113 ins; 0 del; 1 mod

8292559: Add test for -XX:+CheckJNICalls showing changed signal handlers

Reviewed-by: stuefe, coleenp

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

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


More information about the hotspot-runtime-dev mailing list