[jdk11u-dev] RFR: 8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64

Ralf Schmelter rschmelter at openjdk.org
Thu Nov 2 11:07:14 UTC 2023


On Mon, 30 Oct 2023 13:58:19 GMT, Andrew Haley <aph at openjdk.org> wrote:

> This looks OK as far as it goes, but is there a link somewhere to the root cause bug?

There is no bug report for the 'root cause', since the problem is caused by JFR doing a safepoint during the error handler. This is obviously not safe, but will work most of the time. This change just dramatically decreases the probability that we trigger the bad case in this test.

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2238#issuecomment-1790516738


More information about the jdk-updates-dev mailing list