[jdk17u-dev] RFR: 8294316: SA core file support is broken on macosx-x64 starting with macOS 12.x
Antonio Vieiro
duke at openjdk.org
Wed Dec 18 20:13:57 UTC 2024
A clean backport of [JDK-8294316](https://bugs.openjdk.org/browse/JDK-8294316) to properly parse core files in macOS 12 and later. Load commands with length zero are now discarded.
The fix doesn't affect directly to SA tests in 17, but it's being backported to 11 as this is the cause of https://github.com/openjdk/jdk11u-dev/pull/2967#issuecomment-2538048579.
Tests in 17 continue to pass in all platforms, including macos.
-------------
Commit messages:
- Backport eaa475f72ced51cf0f0d0bce9ff1265bfb81ab31
Changes: https://git.openjdk.org/jdk17u-dev/pull/3150/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=3150&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8294316
Stats: 17 lines in 2 files changed: 5 ins; 0 del; 12 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/3150.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/3150/head:pull/3150
PR: https://git.openjdk.org/jdk17u-dev/pull/3150
More information about the jdk-updates-dev
mailing list