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

Thomas Stuefe stuefe at openjdk.org
Thu Nov 2 13:30:14 UTC 2023


On Mon, 30 Oct 2023 12:05:31 GMT, Ralf Schmelter <rschmelter at openjdk.org> wrote:

> Hi,
>  
> This is a backport of JDK-8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64
>  
> Original patch does not apply cleanly to 11u, because the parameters were added
> via a List in the original code, but via an array in the JDK 11 code.
>  
> Testing: tier1-4 on all platforms with no problems.
>  
> Thanks,
> -Ralf

This is a good, minimally invasive patch for a tricky problem. 

https://bugs.openjdk.org/browse/JDK-8293166?focusedCommentId=14528737&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14528737 lists the details. There is no easy fix - the secondary signal handler behaves as it should (putting the faulting thread to sleep) in order to minimize disturbances in the future core file.

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

Marked as reviewed by stuefe (Reviewer).

PR Review: https://git.openjdk.org/jdk11u-dev/pull/2238#pullrequestreview-1710236634


More information about the jdk-updates-dev mailing list