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

Amit Kumar amitkumar at openjdk.org
Mon May 22 16:24:10 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.

Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:

  suggestion from @RealLucy

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14055/files
  - new: https://git.openjdk.org/jdk/pull/14055/files/4483c748..fb2e4e7d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=14055&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14055&range=01-02

  Stats: 4 lines in 1 file changed: 0 ins; 1 del; 3 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