G1: Remove redundant assertion in G1RemSet::clean_card_before_refine

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 20
    • Affects Version/s: 20
    • Component/s: hotspot
    • gc
    • b14

      In `G1RemSet::clean_card_before_refine`:

      ```
        assert(!_g1h->is_gc_active(), "Only call concurrently");
        ...
        assert(!SafepointSynchronize::is_at_safepoint(), "sanity");
      ```

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: