Skip to content

Commit

Permalink
8322976: Remove reference to transform_no_reclaim
Browse files Browse the repository at this point in the history
Reviewed-by: shade, thartmann
  • Loading branch information
caojoshua authored and Xin Liu committed Jan 4, 2024
1 parent ea19e9c commit ade4074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/opto/phaseX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ Node* PhaseGVN::transform(Node* n) {
k = i;
#ifdef ASSERT
if (loop_count >= K + C->live_nodes()) {
dump_infinite_loop_info(i, "PhaseGVN::transform_no_reclaim");
dump_infinite_loop_info(i, "PhaseGVN::transform");
}
#endif
i = apply_ideal(k, /*can_reshape=*/false);
Expand Down

0 comments on commit ade4074

Please sign in to comment.