-
Bug
-
Resolution: Fixed
-
P3
-
11-shenandoah, 12
-
b28
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8217280 | 13 | Roland Westrelin | P3 | Resolved | Fixed | b05 |
JDK-8217550 | 12.0.1 | Roland Westrelin | P3 | Resolved | Fixed | b04 |
If a write barrier is in the body of the outer strip mined loop, expanding it causes loop strip mining verification code to fail. This is worked around by turning the strip mined loop nests into a regular counted loop nest so verification code doesn't trigger. The logic that takes care of that breaks when the write barrier is on the backedge of the strip mined loop.
- backported by
-
JDK-8217280 Shenandoah: write barrier on backedge of strip mined loop causes c2 crash at expansion time
- Resolved
-
JDK-8217550 Shenandoah: write barrier on backedge of strip mined loop causes c2 crash at expansion time
- Resolved