-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
5.0, 9, 10
-
generic
-
generic
Ensure set_ctrl(n, c) keeps the loop membership list
(_body) up to date. It should be the case that
1) get_loop(get_ctrl(loop->_body.at(i))) == loop
2) if get_loop(get_ctrl(n))->is_inner loop() then
_body.at(i) == n for some i
Ensure this after clone loop (and before partial peeling does it's thing.)
(_body) up to date. It should be the case that
1) get_loop(get_ctrl(loop->_body.at(i))) == loop
2) if get_loop(get_ctrl(n))->is_inner loop() then
_body.at(i) == n for some i
Ensure this after clone loop (and before partial peeling does it's thing.)
- duplicates
-
JDK-8173709 Fix VerifyLoopOptimizations - step 1 - minimal infrastructure
- Resolved