JDK-8256073 : Improve vector rematerialization support
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:16
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2020-11-09
Updated:2020-11-26
Resolved:2020-11-20
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.
There are some problems with vector rematerialization support: most notably, the code assumes that vector values are stored contiguously in memory, but it's not the case for in-register vectors (at least, on x86).