RFR: 8306855: [s390x] fix difference in abi sizes [v2]

Amit Kumar amitkumar at openjdk.org
Tue Apr 25 17:30:18 UTC 2023


> This PR equals the interpreter, native abi sizes. JIT abi is completely removed as it was not being used anywhere in s390x code base. Apart form it, `z_abi_16` was replaced by `z_common_abi` and some other renaming followed this ladder.
> 
> Builds `slowdebug, fastdebug, release, optimized` are okay. `tier1-tests on fastdebug-build` are not affected as well.

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

  updates header years

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13650/files
  - new: https://git.openjdk.org/jdk/pull/13650/files/c9fdd828..cb1f8537

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

  Stats: 10 lines in 7 files changed: 0 ins; 0 del; 10 mod
  Patch: https://git.openjdk.org/jdk/pull/13650.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13650/head:pull/13650

PR: https://git.openjdk.org/jdk/pull/13650


More information about the hotspot-compiler-dev mailing list