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

Make SATB qset lock-free

XMLWordPrintable

    • gc
    • b03

      The SATBMarkQueueSet usage model is pretty simple, and doesn't need a lot of the mechanism presently provided by PtrQueueSet (to also support G1DirtyCardQueueSet).

      If we moved most of the existing PtrQueueSet to G1DirtyCardQueueSet, we could improve SATBMarkQueueSet, including using a LockFreeStack to manage the set of completed buffers, rather than a locked list, eliminating the need for the "access" ranked SATB_Q_CBL_mon.

            kbarrett Kim Barrett
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: