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

Lutz Schmidt lucy at openjdk.org
Wed Apr 26 11:00:54 UTC 2023


On Tue, 25 Apr 2023 17:30:18 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:

>> 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

LGTM.
Thank you for the harmonization.

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

Marked as reviewed by lucy (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13650#pullrequestreview-1401724831


More information about the hotspot-compiler-dev mailing list