From 29e71c9aae0708195f0a7cc0db000e28d1f645f7 Mon Sep 17 00:00:00 2001 From: Christian Hagedorn Date: Wed, 20 Sep 2023 13:03:59 +0200 Subject: [PATCH] Update src/hotspot/share/opto/predicates.cpp Co-authored-by: Tobias Hartmann --- src/hotspot/share/opto/predicates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/opto/predicates.cpp b/src/hotspot/share/opto/predicates.cpp index 377a3beca2669..b8bdb221a756b 100644 --- a/src/hotspot/share/opto/predicates.cpp +++ b/src/hotspot/share/opto/predicates.cpp @@ -110,7 +110,7 @@ ParsePredicateNode* ParsePredicateIterator::next() { #ifdef ASSERT // Check that the block has at most one Parse Predicate and that we only find Regular Predicate nodes (i.e. IfProj, -// If, or RangeCheck nodes. +// If, or RangeCheck nodes). void PredicateBlock::verify_block() { Node* next = _parse_predicate.entry(); // Skip unique Parse Predicate of this block if present while (next != _entry) {