Skip to content

Commit

Permalink
Add missing public for UnifiedPredicateVisitor
Browse files Browse the repository at this point in the history
  • Loading branch information
chhagedorn committed Sep 26, 2024
1 parent 7fa7714 commit 4385fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/opto/predicates.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ class PredicateIterator : public StackObj {
// PredicateVisitor by calling the unified method. These visit methods are marked final such that they cannot be
// overridden by implementors of this class.
class UnifiedPredicateVisitor : public PredicateVisitor {
public:
virtual void visit(const TemplateAssertionPredicate& template_assertion_predicate) override final {
visit_predicate(template_assertion_predicate);
}
Expand Down

0 comments on commit 4385fa7

Please sign in to comment.