CONF=linux-arm-server-fastdebug make run-test TEST=compiler/loopopts/TestSplitIfPinnedLoadInStripMinedLoop.java
# Internal Error (/home/pi/jdk/src/hotspot/share/opto/loopopts.cpp:1770), pid=25790, tid=25806
# assert((mode == ControlAroundStripMined && use == sfpt) || !use->is_reachable_from_root()) failed: missed a node: AddP
Added the debug printing that says the missing node is AddP. I can provide more debug info if needed.
# Internal Error (/home/pi/jdk/src/hotspot/share/opto/loopopts.cpp:1770), pid=25790, tid=25806
# assert((mode == ControlAroundStripMined && use == sfpt) || !use->is_reachable_from_root()) failed: missed a node: AddP
Added the debug printing that says the missing node is AddP. I can provide more debug info if needed.
- duplicates
-
JDK-8260420 C2 compilation fails with assert(found_sfpt) failed: no node in loop that's not input to safepoint
-
- Resolved
-
- relates to
-
JDK-8249607 C2: assert(!had_error) failed: bad dominance
-
- Resolved
-