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

G1SATBCardTableLoggingModRefBS::invalidate() incorrect with whole_heap == true

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • gc
    • b150

      The code path for G1SATBCardTableLoggingModRefBS::invalidate() with whole_heap = true is incorrect.

      While it dirties the cards, it does not enqueue them, leading to missing remembered set entries.

      Fortunately there is no caller in G1 code with whole_heap set to true.

            lmesnik Leonid Mesnik
            tschatzl Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: