Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8353246 [Umbrella] C2: Follow-up work after fixes for Assertion Predicates went in
  3. JDK-8354252

C2: Update CountedLoopNode::skip_assertion_predicates_with_halt() to use predicate iterators

XMLWordPrintable

      During the course of refactoring Template Assertion Predicates, I waited to update CountedLoopNode::skip_assertion_predicates_with_halt() until we properly set up Assertion Predicates and established the predicate iterator classes. Now that this is the case, we should abandon the temporary AssertionPredicate/s class used by `skip_assertion_predicates_with_halt()` which does some custom matching. Instead, we should use the dedicated Predicates class which internally uses predicate iterators.

            chagedorn Christian Hagedorn
            chagedorn Christian Hagedorn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: