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.
Generated test crashes again with JDK14 b27 where JDK-8229694 should have been fixed. So I am filing new bug.
Comments
Could be reproduced with a recent JDK 11 build whereas the attached test case to JDK-8229694 did not fail with JDK 11. A first guess is that it is a different problem where we just crash at the same location. The problem in JDK-8229694 was that an unexpected NULL value was read with SuperWord::align_to_ref(). The corresponding field _align_to_ref was set to NULL before in SuperWord::find_adjacent_refs(). There might be an additional unhandled case to the one fixed in JDK-8229694, where we set _align_to_ref to NULL. Deferring to 15 for now.
11-12-2019
Was able to reproduce it locally with UseAVX=1 only. Will investigate further.