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.

To download the current JDK release, click here.
JDK 16
16 b26Fixed
Related Reports
Relates :  
Description
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). 
Comments
Changeset: 57025e65 Author: Vladimir Ivanov <vlivanov@openjdk.org> Date: 2020-11-20 21:17:09 +0000 URL: https://github.com/openjdk/jdk/commit/57025e65
20-11-2020