Integrated: 8308403: [s390x] separate remaining_cargs from z_abi_160
Amit Kumar
amitkumar at openjdk.org
Tue May 23 08:36:09 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.
This pull request has now been integrated.
Changeset: 4f0f7761
Author: Amit Kumar <amitkumar at openjdk.org>
Committer: Lutz Schmidt <lucy at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4f0f77618731003010198e2163c9f3f53892a64f
Stats: 11 lines in 1 file changed: 3 ins; 1 del; 7 mod
8308403: [s390x] separate remaining_cargs from z_abi_160
Reviewed-by: mdoerr, lucy
-------------
PR: https://git.openjdk.org/jdk/pull/14055
More information about the hotspot-dev
mailing list