RFR: 8292694: x86_64 c2i/i2c adapters may use more stack space than necessary

Dean Long dlong at openjdk.org
Sat Aug 27 00:10:48 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.

I included generate_Continuation_doYield_entry() changes by mistake.  I will revert those.

-------------

PR: https://git.openjdk.org/jdk/pull/10034


More information about the hotspot-compiler-dev mailing list