Skip to content

Commit

Permalink
8272511: [lworld] Disable PhaseIdealLoop::try_sink_out_of_loop until …
Browse files Browse the repository at this point in the history
…optimization is stable in mainline
  • Loading branch information
TobiHartmann committed Aug 16, 2021
1 parent a5516c1 commit 96f2052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hotspot/share/opto/loopopts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,8 @@ void PhaseIdealLoop::split_if_with_blocks_post(Node *n) {
}
}

try_sink_out_of_loop(n);
// TODO Disabled until JDK-8272448 is fixed.
// try_sink_out_of_loop(n);

try_move_store_after_loop(n);

Expand Down

0 comments on commit 96f2052

Please sign in to comment.