Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 11-pool, 16
-
Fix Version/s: 11.0.13-oracle
-
Component/s: hotspot
-
Subcomponent:
-
Resolved In Build:b01
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270166 | 11.0.13 | Martin Doerr | P3 | Resolved | Fixed | b01 |
Description
C2 compiler is missing check for infinite loop in PhaseIdealLoop::place_near_use() and as result it crashes when trying to process it as a normal loop.
The expected behavior of the C2 compiler is to simply bail out with "COMPILE
SKIPPED: infinite loop (retry at different tier)". JDK8 passed the test in such way.
The expected behavior of the C2 compiler is to simply bail out with "COMPILE
SKIPPED: infinite loop (retry at different tier)". JDK8 passed the test in such way.
Attachments
Issue Links
- backported by
-
JDK-8270166 Missing check for infinite loop during node placement
-
- Resolved
-
- relates to
-
JDK-8268417 Add test from JDK-8268360
-
- Resolved
-