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

Parallel: Use per-marker cache for marking stats during Full GC

XMLWordPrintable

    • gc
    • b12

      In `PSParallelCompact::mark_obj`, `_summary_data.add_obj` uses atomic-operation to record live bytes info, which hinders scalability during Full GC.

      One can take some inspiration from `G1RegionMarkStatsCache` to address this issue.

            ayang Albert Yang
            ayang Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: