Skip to content

Commit 96f2052

Browse files
committed
8272511: [lworld] Disable PhaseIdealLoop::try_sink_out_of_loop until optimization is stable in mainline
1 parent a5516c1 commit 96f2052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hotspot/share/opto/loopopts.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,8 @@ void PhaseIdealLoop::split_if_with_blocks_post(Node *n) {
15751575
}
15761576
}
15771577

1578-
try_sink_out_of_loop(n);
1578+
// TODO Disabled until JDK-8272448 is fixed.
1579+
// try_sink_out_of_loop(n);
15791580

15801581
try_move_store_after_loop(n);
15811582

0 commit comments

Comments
 (0)