JDK-8150045 : AArch64: arraycopy causes segfaults in SATB during garbage collection
Type:Bug
Component:hotspot
Sub-Component:compiler
Priority:P4
Status:Resolved
Resolution:Fixed
CPU:aarch64
Submitted:2016-02-17
Updated:2021-02-01
Resolved:2016-02-25
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.
I messed up the implementation of OOP arraycopy: the
arrayof_oop_{dis, con}joint_arraycopy_uninit targets don't work correctly because they generate the same code as the versions for initialized destination.