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

Quan Anh Mai duke at openjdk.java.net
Tue Jan 11 17:21:09 UTC 2022


On Tue, 11 Jan 2022 17:14:36 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> what platforms did you get this to compile on?  I only have a linux and the macosx compiler seems to have different rules as well as windows, which only have with GHA.
>
> Sounds good.

Integral types are implicitly convertible to each other, I believe in this case a single overload for `int64_t` would be sufficient?

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

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


More information about the hotspot-dev mailing list