RFR: 8308403: [s390x] separate remaining_cargs from z_abi_160

Amit Kumar amitkumar at openjdk.org
Fri May 19 15:54:52 UTC 2023


On Fri, 19 May 2023 08:27:59 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:

> This PR split `z_abi_160` into `z_abi_160_base` and `z_abi_160`. `z_abi_160_base` will represent the minimal structure and overflowing args will be taken care by `remaining_cargs` field present in `z_abi_160`.  We're separating this field because it's causing issue in calculating the correct frame size for Vthreads.

@RealLucy @TheRealMDoerr would you like to review it 🙂

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

PR Comment: https://git.openjdk.org/jdk/pull/14055#issuecomment-1554781393


More information about the hotspot-dev mailing list