RFR: 8350258: AArch64: Client build fails after JDK-8347917
Dmitry Chuyko
dchuyko at openjdk.org
Tue Feb 18 22:47:09 UTC 2025
The location for rfp should be set in in the register map. In particular, it wasn't set in frame::sender_for_interpreter_frame() if neither C2 nor JVMCI were included.
COMPILER1_OR_COMPILER2 condition is used instead of COMPILER2_OR_JVMCI, which also covers INCLUDE_JVMCI case.
-------------
Commit messages:
- Perform update_map_with_saved_link for C1 as well
Changes: https://git.openjdk.org/jdk/pull/23682/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23682&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8350258
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/23682.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23682/head:pull/23682
PR: https://git.openjdk.org/jdk/pull/23682
More information about the hotspot-dev
mailing list