JDK-8285802 : AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:19
Priority:P3
Status:Resolved
Resolution:Fixed
CPU:aarch64
Submitted:2022-04-28
Updated:2022-04-29
Resolved:2022-04-29
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
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.
Comments
A pull request was submitted for review.
URL: https://git.openjdk.java.net/jdk8u-dev/pull/50
Date: 2022-04-29 17:40:15 +0000
29-04-2022
A pull request was submitted for review.
URL: https://git.openjdk.java.net/jdk11u-dev/pull/1067
Date: 2022-04-29 16:44:30 +0000