RFR: 8285802: AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities [v3]
Andrew Haley
aph at openjdk.java.net
Thu Apr 28 11:10:36 UTC 2022
> 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:
Use Assembler::add routines in MacroAssembler::mov routines.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8448/files
- new: https://git.openjdk.java.net/jdk/pull/8448/files/367842f0..a9bb2df2
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8448&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8448&range=01-02
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/8448.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8448/head:pull/8448
PR: https://git.openjdk.java.net/jdk/pull/8448
More information about the hotspot-dev
mailing list