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

Coleen Phillimore coleenp at openjdk.java.net
Tue Jan 11 17:21:07 UTC 2022


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

>> I added a ptrdiff_t and a unint64_t overload.  The linux build is happy about that.  I'm going to push so the GHA tries the rest.
>
> I just got a clean build with overloads for `int`,` int64_t`, and `uint64_t` offsets. That seems to be the minimum.

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.

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

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


More information about the hotspot-dev mailing list