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

Amit Kumar amitkumar at openjdk.org
Wed Apr 26 10:37:24 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

x86 test failure is unrelated..

@RealLucy , @TheRealMDoerr , @reinrich Please review this PR.

Thank you :)

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

PR Comment: https://git.openjdk.org/jdk/pull/13650#issuecomment-1523181317


More information about the hotspot-compiler-dev mailing list