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

Parallel: Parallelize code root remembered set dead nmethod removal

XMLWordPrintable

    • gc

      Currently parallel GC removes dead nmethods in bulk (after JDK-8317007); parallelization of that phase may be useful, but the current data structure used for the code root remembered sets, a linked list, isn't amenable to parallelization.

      Parallelize and (probably) improve the code root remembered sets for parallel gc.

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

              Created:
              Updated: