RFR: 8306855: [s390x] fix difference in abi sizes [v2]
Amit Kumar
amitkumar at openjdk.org
Wed Apr 26 11:01:24 UTC 2023
On Wed, 26 Apr 2023 10:43:43 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> updates header years
>
> LGTM. Seems like `uint64_t toc` was taken from PPC64, but doesn't make sense for s390x. At least, I couldn't find it in the ABI spec.
Thanks @TheRealMDoerr for Review..
>LGTM. Seems like uint64_t toc was taken from PPC64, but doesn't make sense for s390x. At least, I couldn't find it in the ABI spec.
I had the same issue finding uses for `tmp` and `toc`; it appears they were never used.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13650#issuecomment-1523215317
More information about the hotspot-compiler-dev
mailing list