Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chhagedorn committed Nov 20, 2024
1 parent de25728 commit 76c609b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hotspot/share/opto/predicates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,8 @@ IfTrueNode* CreateAssertionPredicatesVisitor::clone_template_and_replace_init_in
}

// Rewire the newly created predicates to the old predicate chain head (i.e. '_current_predicate_chain_head') by
// rewiring its control input from '_old_target_loop_entry' to 'initialized_assertion_predicate_success_proj'.
// rewiring the current control input of '_current_predicate_chain_head' from '_old_target_loop_entry' to
// 'initialized_assertion_predicate_success_proj'.
void CreateAssertionPredicatesVisitor::rewire_to_old_predicate_chain_head(
Node* initialized_assertion_predicate_success_proj) const {
if (_current_predicate_chain_head->is_Loop()) {
Expand Down

0 comments on commit 76c609b

Please sign in to comment.