RFR: 8308403: [s390x] separate remaining_cargs from z_abi_160
Amit Kumar
amitkumar at openjdk.org
Fri May 19 08:34:58 UTC 2023
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.
-------------
Commit messages:
- separate abi
Changes: https://git.openjdk.org/jdk/pull/14055/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14055&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8308403
Stats: 7 lines in 1 file changed: 3 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/14055.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14055/head:pull/14055
PR: https://git.openjdk.org/jdk/pull/14055
More information about the hotspot-dev
mailing list