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

Coleen Phillimore coleenp at openjdk.java.net
Tue Jan 11 16:04:07 UTC 2022


On Tue, 11 Jan 2022 15:56:58 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> Integral literal takes the first type that fits so for this 64-bit all suffices would produce the same type.
>
> 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.

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

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


More information about the hotspot-dev mailing list