RFR: 8285802: AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities [v4]
Vladimir Kozlov
kvn at openjdk.java.net
Fri Apr 29 17:58:47 UTC 2022
On Thu, 28 Apr 2022 12:38:20 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> In a few places we pass offsets as 32-bit ints rather than 64-bit longs, and we're not consistent about it. We shold have a clean 64-bit path for offset generation and validation.
>
> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>
> Windows!
These changes introduced regression: https://bugs.openjdk.java.net/browse/JDK-8285923
-------------
PR: https://git.openjdk.java.net/jdk/pull/8448
More information about the hotspot-dev
mailing list