RFR: 8287325: AArch64: fix virtual threads with -XX:UseBranchProtection=pac-ret [v2]
Dean Long
dlong at openjdk.org
Mon Aug 14 04:47:35 UTC 2023
On Mon, 5 Jun 2023 01:15:40 GMT, Hao Sun <haosun at openjdk.org> wrote:
> > What I thinking was to use the absolute SP during call/return, but "relativize" it on continuation freeze and then rewrite to the new absolute address on thaw.
>
> Thanks for your review. But the exception is that the **fast path** in stack copying doesn't walk the frames. In this case, I'm afraid we have no chance to "relativize" the SP.
OK, that makes sense.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13322#issuecomment-1577239174
More information about the hotspot-dev
mailing list