-
Bug
-
Resolution: Fixed
-
P3
-
19
-
b21
-
aarch64
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.
- relates to
-
JDK-8285923 [REDO] JDK-8285802 AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities
- Resolved