Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8293213

G1: Remove redundant assertion in G1RemSet::clean_card_before_refine

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 20
    • hotspot
    • gc
    • b14

      In `G1RemSet::clean_card_before_refine`:

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

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

              Created:
              Updated:
              Resolved: