JDK-8197999 : Accessors in typeArrayOopDesc should use new Access API
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:11
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2018-02-15
Updated:2020-08-20
Resolved:2018-02-21
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.
Currently, the accessors in typeArrayOopDesc directly access array elements. They should go through the new HeapAccess API instead, so that garbage collectors can intercept it.