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

Parallel: Investigate impact of card size on card scanning work distribution

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 18, 19
    • hotspot
    • gc

      Parallel distributes card scanning work on fixed chunks of memory, sizing them on a fixed number of cards (128, see PSCardTable::scavenge_contents_parallel), calling out a work unit of 64k.

      With configurable card sizes this work unit automatically adjusts.

      Investigate if there is a sizable impact on performance by that, and whether it would be useful to base the work unit on (area) size, not number of cards.

      G1 should not be affected by changes to card size in that respect because it uses a fraction of heap region size.

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

              Created:
              Updated: