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

Configurable card table card size

XMLWordPrintable

    • gc
    • b25

      A card in the card table currently has a fixed constant size of 512 bytes for forever.

      This can impact pause time significantly in g1 as it needs to clear the young gen card table in the pause.

      If you increase the card table entry size, there may be significant savings on that time when the amount of regions the card table has to be cleared is large, as the attached spreadsheet shows for specjbb2015.

      See what the impact on other applications and garbage collectors is when increasing the card table size, effectively making it startup time configurable.

        1. specjbb2015-card-table-impact.ods
          20 kB
          Thomas Schatzl
        2. specjbb2015-card-table-size.png
          112 kB
          Thomas Schatzl

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

              Created:
              Updated:
              Resolved: