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

Shenandoah: purge root work overwrites counters after JDK-8228818

XMLWordPrintable

    • gc
    • b16

      JDK-8228818 introduced two new root-specific counters:
       https://hg.openjdk.java.net/jdk/jdk/rev/ddc79542ce3a#l10.14

      ...but there is no relevant roots block in the counter table. Therefore, while guarantee is there to check that we are safe to add the merge the bunch of counters into the counters table, we actually overwrite the subsequent, unrelated counters.

      We need to introduce the proper roots blocks for those affected counters.

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: