RFR: 8292694: x86_64 c2i/i2c adapters may use more stack space than necessary
Dean Long
dlong at openjdk.org
Sat Aug 27 00:05:53 UTC 2022
On Fri, 26 Aug 2022 03:08:20 GMT, Dean Long <dlong at openjdk.org> wrote:
> The c2i adapter includes the return address in the alignment calculation, making %rsp always mis-aligned according to the ABI.
>
> The i2c adapter aligns "extrawords" even though %rsp is aligned later, and the incoming stack is not guaranteed to be aligned.
Thanks Vladimir.
-------------
PR: https://git.openjdk.org/jdk/pull/10034
More information about the hotspot-dev
mailing list