RFR: 8283085: AArch64: No need to leave a breadcrumb for JavaFrameAnchor::capture_last_Java_pc when leaf call
Denghui Dong
ddong at openjdk.java.net
Wed Mar 16 09:30:05 UTC 2022
Hi,
Could I have a review of this fix that remove the breadcrumb in `aarch64_enc_java_to_runtime` for `Op_CallLeaf`, `Op_CallLeafNoFP` and `Op_CallNative`.
For more details please refer to the description of the issue.
Thanks,
Denghui
-------------
Commit messages:
- 8283085: AArch64: No need to leave a breadcrumb for JavaFrameAnchor::capture_last_Java_pc when leaf call
Changes: https://git.openjdk.java.net/jdk/pull/7815/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7815&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8283085
Stats: 18 lines in 1 file changed: 9 ins; 0 del; 9 mod
Patch: https://git.openjdk.java.net/jdk/pull/7815.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7815/head:pull/7815
PR: https://git.openjdk.java.net/jdk/pull/7815
More information about the hotspot-compiler-dev
mailing list