RFR: 8350258: AArch64: Client build fails after JDK-8347917 [v2]
Dmitry Chuyko
dchuyko at openjdk.org
Fri Feb 21 08:50:54 UTC 2025
On Fri, 21 Feb 2025 08:43:30 GMT, Dmitry Chuyko <dchuyko at openjdk.org> wrote:
>> 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.
>
> Dmitry Chuyko has updated the pull request incrementally with one additional commit since the last revision:
>
> Full #if condition
OK, changed to a full condition.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23682#issuecomment-2673946926
More information about the hotspot-dev
mailing list