Integrated: 8285802: AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities
Andrew Haley
aph at openjdk.java.net
Fri Apr 29 13:03:51 UTC 2022
On Thu, 28 Apr 2022 09:59:13 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.
This pull request has now been integrated.
Changeset: df4d5cf5
Author: Andrew Haley <aph at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/df4d5cf5f53c1451487e6301d31c196fac029f7a
Stats: 13 lines in 3 files changed: 0 ins; 0 del; 13 mod
8285802: AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities
Reviewed-by: ngasson, adinn
-------------
PR: https://git.openjdk.java.net/jdk/pull/8448
More information about the hotspot-dev
mailing list