[jdk11u-dev] RFR: 8293563: [macos-aarch64] SA core file tests failing with sun.jvm.hotspot.oops.UnknownOopException [v2]

Andrew Haley aph at openjdk.org
Mon May 6 10:07:06 UTC 2024


On Mon, 6 May 2024 09:22:09 GMT, Christoph Langer <clanger at openjdk.org> wrote:

>> The backport of [JDK-8248194](https://bugs.openjdk.org/browse/JDK-8248194) introduced the testing of core files in test/hotspot/jtreg/serviceability/sa/ClhsdbFindPC.java. This can cause issues which we are seeing on MacOS arm64. With this backport, these seem to be gone.
>> 
>> The fix does not exactly fit into the 11u-dev codebase, so I had to make several adpatations.
>
> Christoph Langer has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
> 
>  - Remove issue 8269982 from exclude list
>  - Merge branch 'master' into JDK-8293563
>  - 8293563: [macos-aarch64] SA core file tests failing with sun.jvm.hotspot.oops.UnknownOopException
>    
>    Reviewed-by: lucy
>    Backport-of: 76f1865124025ee6f788a50e1377b82fd577548f
>    (cherry picked from commit 5eeb41a7294f56bc258a154c043bc540cb8de5c4)

The last time I tried, I couldn't get core files at all without doing a ton of fiddly config, turning off SIP, etc. Did you have to do any of that? Perhaps it's no longer a problem.

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2698#issuecomment-2095617202


More information about the jdk-updates-dev mailing list