RFR: 8248404: AArch64: Remove uses of long and unsigned long [v5]
Andrew Haley
aph at openjdk.java.net
Tue Jan 11 17:21:04 UTC 2022
On Tue, 11 Jan 2022 16:52:52 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Will it silently truncate? I was getting errors with the unit64_t overloads, I was getting ambiguous calls with address or Register. Maybe that's equally wrong.
>
> Getting closer to giving up ...
It seems to silently truncate if the only signed type is int. I just put a breakpoint on `LIR_Assembler::as_Address` and watched it happen.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7023
More information about the hotspot-dev
mailing list