RFR: 8287325: AArch64: fix virtual threads with -XX:UseBranchProtection=pac-ret [v9]
Hao Sun
haosun at openjdk.org
Fri Sep 15 06:12:42 UTC 2023
On Thu, 14 Sep 2023 08:52:18 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> Hao Sun has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Refactor long assertions in continuationFreezeThaw.cpp
>
> src/hotspot/share/runtime/continuationFreezeThaw.cpp line 595:
>
>> 593: DEBUG_ONLY(_empty = false;)
>> 594: assert(chunk->sp() < (chunk->stack_size() - chunk->argsize()), "");
>> 595: assert(ContinuationHelper::return_address_at(chunk->sp_address() - frame::sender_sp_ret_address_offset()) == chunk->pc(), "");
>
> You missed this file.
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13322#discussion_r1326840542
More information about the hotspot-dev
mailing list