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

Zero copy concurrent mark global mark stack push and pops

XMLWordPrintable

    • gc

      When copying chunks of references to the global mark stack, g1 first collects them in a local array, and then copies them over to the global mark stack.
      The same in reverse during fetching items from the global mark stack.

      This is an additional additional copy of the references both ways. Remove the need for the additional copy.

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

              Created:
              Updated: