-
Bug
-
Resolution: Fixed
-
P3
-
18
-
b29
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8279097 | 19 | Roland Westrelin | P3 | Resolved | Fixed | b04 |
JDK-8279731 | 18.0.1 | Roland Westrelin | P3 | Resolved | Fixed | b02 |
This came up with a panama micro-benchmark in which a loop has 256 iterations and a long range check with a small scale factor. A loop nest is created to transform the long range checks. The inner loop should still run for ~256 iterations but instead it only executes 256/scale iterations which has a performance impact.
- backported by
-
JDK-8279097 Inner loop of long loop nest runs for too few iterations
-
- Resolved
-
-
JDK-8279731 Inner loop of long loop nest runs for too few iterations
-
- Resolved
-
- relates to
-
JDK-8259609 C2: optimize long range checks in long counted loops
-
- Resolved
-
-
JDK-8256655 rework long counted loop handling
-
- Resolved
-
(1 links to)