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

Unify clearing mark bitmaps and concurrent mark data structures

XMLWordPrintable

    • gc

      Implementing JDK-8151069 showed that during the clear next bitmap concurrent phase there are two separate parallel phases, clearing the (next) bitmap and the card live data. The same for when we clear them during concurrent mark abort.

      Unify them into a single phase to avoid additional synchronization overhead.

            Unassigned Unassigned
            tschatzl Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: