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

Simplify G1RedirtyCardsQueue

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 17
    • 17
    • hotspot
    • gc
    • b02

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: