JDK-8235700 : SuperWord: Node::in(unsigned int) const [clone .isra.38] [clone .constprop.283]+0xc
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,12,13,14,15
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-12-10
  • Updated: 2019-12-11
  • Resolved: 2019-12-11
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 15
15Resolved
Related Reports
Duplicate :  
Description
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.
11-12-2019