RFR: 8248404: AArch64: Remove uses of long and unsigned long [v8]

Andrew Haley aph at openjdk.java.net
Wed Jan 12 15:43:31 UTC 2022


On Wed, 12 Jan 2022 15:14:10 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Tested with mach5 on linux-aarch64 and macosx-aarch64 on tier1-3 and below GHA for windows-aarch64 (once I open this PR).
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Much better solution from Kim - templates!

src/hotspot/cpu/aarch64/assembler_aarch64.hpp line 412:

> 410:   Address(Register r, T o)
> 411:     : _base(r), _index(noreg), _offset(o), _mode(base_plus_offset), _target(0) {}
> 412: 

Hum, interesting. Looks good: all integer types should get sign- or zero-extended as appropriate, I think. I am going to check tho'. :-)

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

PR: https://git.openjdk.java.net/jdk/pull/7023


More information about the hotspot-dev mailing list