On Tue, 29 Oct 2024 01:42:09 GMT, Dean Long <dl...@openjdk.org> wrote:
>> Patricio Chilano Mateo has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix comment in VThreadWaitReenter > > src/hotspot/cpu/aarch64/frame_aarch64.hpp line 77: > >> 75: // Interpreter frames >> 76: interpreter_frame_result_handler_offset = 3, // for native >> calls only >> 77: interpreter_frame_oop_temp_offset = 2, // for native >> calls only > > This conflicts with sender_sp_offset. Doesn't that cause a problem? No, it just happens to be stored at the sender_sp marker. We were already making room for two words but only using one. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21565#discussion_r1821393856