RFR: 8248404: AArch64: Remove uses of long and unsigned long [v2]
Kim Barrett
kbarrett at openjdk.java.net
Tue Jan 11 17:21:11 UTC 2022
On Tue, 11 Jan 2022 15:58:31 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Thanks, I wasn't sure what would happen if you used the "wrong" suffix. I think it still makes sense to use the correct prefix for the intended target type.
>
> I changed it to ULL. Thanks.
We have `CONST64` and `UCONST64` for these situations (in globalDefinitions.hpp).
-------------
PR: https://git.openjdk.java.net/jdk/pull/7023
More information about the hotspot-dev
mailing list