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

Coleen Phillimore coleenp at openjdk.java.net
Wed Jan 12 16:00:34 UTC 2022


On Wed, 12 Jan 2022 15:39:28 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> 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'. :-)

Great, thanks for checking!

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

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


More information about the hotspot-dev mailing list