RFR: 8248404: AArch64: Remove uses of long and unsigned long [v6]
Coleen Phillimore
coleenp at openjdk.java.net
Tue Jan 11 17:40:10 UTC 2022
On Tue, 11 Jan 2022 17:16:09 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> Integral types are implicitly convertible to each other, I believe in this case a single overload for `int64_t` would be sufficient?
>
> 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 ...
-------------
PR: https://git.openjdk.java.net/jdk/pull/7023
More information about the hotspot-dev
mailing list