-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8203971 | 11.0.1 | Nils Eliasson | P4 | Resolved | Fixed | team |
IdealLoopTree::split_outer_loop leaves behind phi-nodes with only one input. When moving phis to outer loops, it needs to register the old_phis for transform, so that we can get rid of them. These phis will otherwise keep pinning other ops to a loop.
This issue was reproduced in the ZGC repo running SPECjvm98/mpegaudio compiling "spec.benchmarks._222_mpegaudio.p::g"
This issue was reproduced in the ZGC repo running SPECjvm98/mpegaudio compiling "spec.benchmarks._222_mpegaudio.p::g"
- backported by
-
JDK-8203971 IdealLoopTree::split_outer_loop leaves phi-nodes with only one input
-
- Resolved
-
- relates to
-
JDK-8203425 assert(is_Loop()) failed: invalid node class
-
- Closed
-