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

G1: Remove redundant assertion in G1RemSet::clean_card_before_refine

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 20
    • 20
    • hotspot
    • gc
    • b14

    Description

      In `G1RemSet::clean_card_before_refine`:

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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: