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

Simplify G1RedirtyCardsQueue

XMLWordPrintable

    • gc
    • b02

      G1RedirtyCardsQueue currently contains a local qset for gathering the buffers generated by the current thread, reducing contention on the singleton global qset (JDK-8162929). Having the queue contain a local qset was chosen over having a separate local qset to simplify usage, at the expense of a bit more implementation complexity. However, in the interest of simplifying the PtrQueue hiearchy it would be better to separate them.

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

              Created:
              Updated:
              Resolved: