G1: Unnecessary initialization of G1CMTask's mark stats table

XMLWordPrintable

    • gc
    • b17

      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

            Assignee:
            Thomas Schatzl
            Reporter:
            Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: