RFR: 8308403: [s390x] separate remaining_cargs from z_abi_160 [v2]

Amit Kumar amitkumar at openjdk.org
Mon May 22 16:24:12 UTC 2023


On Fri, 19 May 2023 19:02:53 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.
>
> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   suggestion from Martin

Thanks, Martin and Lutz, for Review. I'm executing integrate command, but feel free to suggest more changes :-)

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

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


More information about the hotspot-dev mailing list