Integrated: 8306855: [s390x] fix difference in abi sizes
Amit Kumar
amitkumar at openjdk.org
Wed Apr 26 11:25:57 UTC 2023
On Tue, 25 Apr 2023 17:11:47 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.
This pull request has now been integrated.
Changeset: 35e7bc21
Author: Amit Kumar <amitkumar at openjdk.org>
Committer: Lutz Schmidt <lucy at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/35e7bc21d3c1b38e2268924b20ae4b149b4f8cd8
Stats: 62 lines in 9 files changed: 14 ins; 11 del; 37 mod
8306855: [s390x] fix difference in abi sizes
Reviewed-by: mdoerr, lucy
-------------
PR: https://git.openjdk.org/jdk/pull/13650
More information about the hotspot-compiler-dev
mailing list