[jdk17u-dev] RFR: 8350412: [21u] AArch64: Ambiguous frame layout leads to incorrect traces in JFR
Dmitry Chuyko
dchuyko at openjdk.org
Thu Mar 20 09:13:31 UTC 2025
This tiny change fixes incorrect stack traces sometimes reported by JFR (non-deterministic stack walking). It is a backport from jdk21u. The pach has been manually recreated in 17u context (there are no post_call_nop() calls - a part of Virtual Threads, and max_vector_size comparison is different - a part of SVE support), in principal the patch is the same.
Testing: tier1,2 on linux-aarch64.
-------------
Commit messages:
- Backport JDK-8350412
Changes: https://git.openjdk.org/jdk17u-dev/pull/3389/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=3389&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8350412
Stats: 7 lines in 1 file changed: 3 ins; 4 del; 0 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/3389.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/3389/head:pull/3389
PR: https://git.openjdk.org/jdk17u-dev/pull/3389
More information about the jdk-updates-dev
mailing list