RFR: 8248404: AArch64: Remove uses of long and unsigned long [v6]
Quan Anh Mai
duke at openjdk.java.net
Tue Jan 11 17:48:31 UTC 2022
On Tue, 11 Jan 2022 17:34:32 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> On Linux. The MacOS debugger makes me pull my hair out.
>
> I think I tried int64_t instead of plain 'int' and got errors for simple Address(reg, 0). Now I don't remember ...
Oh right I now realize that integral promotion only promotes things to `int`. So it get ambiguous cause both `int -> int64_t` and `int -> ByteSize` are integral conversion. Ouch.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7023
More information about the hotspot-dev
mailing list