-
Bug
-
Resolution: Fixed
-
P3
-
16
-
b26
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).
- relates to
-
JDK-8223347 Integration of Vector API (Incubator)
- Resolved