JDK-8330805 : ARM32 build is broken after JDK-8139457
Type:Bug
Component:hotspot
Sub-Component:runtime
Affected Version:23
Priority:P2
Status:Resolved
Resolution:Fixed
OS:linux
CPU:arm
Submitted:2024-04-22
Updated:2024-04-29
Resolved:2024-04-23
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.
JDK-8139457 patch changed header_size argument of C1_MacroAssembler::allocate_array, the input value now means offset in bytes. The ARM32 allocate_array implementation should be corrected accordingly.