RFR: 8285802: AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities [v2]

Andrew Haley aph at openjdk.java.net
Thu Apr 28 10:13:19 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:

  8285802: AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8448/files
  - new: https://git.openjdk.java.net/jdk/pull/8448/files/99159f7e..367842f0

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8448&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8448&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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