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

G1: Unnecessary initialization of G1CMTask's mark stats table

XMLWordPrintable

    • gc

      During initialization of the CMTask G1 resets the stats table, effectively pre-touching it.

      This sometimes shows up in startup profiles, so maybe by not doing it at startup we avoid some pre-touching of that area, but at least avoid doing the work.

      The tables will be reset during mark start anyways.

      See also JDK-8367993

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

              Created:
              Updated: