Integrated: 8292054: Test runtime/posixSig/TestPosixSig.java fails with 'Test failed, bad output.'

Harold Seigel hseigel at openjdk.org
Wed Aug 17 19:59:53 UTC 2022


On Mon, 15 Aug 2022 18:29:55 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> Please review this fix for JDK-8292054.  The existing regression test for JDK-8285792, test/hotspot/jtreg/runtime/posixSig/TestPosixSig.java, intermittently fails because it depends on periodic calls to JVM function os::run_periodic_checks().  This fix replaces test TestPosixSig.java with a gtest that does its own explicit call to os::run_periodic_checks().
> 
> The fix was tested by running the new test 150+ times on Linux, Mac OS, and Windows.

This pull request has now been integrated.

Changeset: 0d96546a
Author:    Harold Seigel <hseigel at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0d96546ab93600f17877e5db2770e4125916bcda
Stats:     217 lines in 8 files changed: 78 ins; 130 del; 9 mod

8292054: Test runtime/posixSig/TestPosixSig.java fails with 'Test failed, bad output.'

Reviewed-by: coleenp, stuefe

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

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


More information about the hotspot-runtime-dev mailing list