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

Shenandoah: Marking context testing an object above TAMS is wrong

XMLWordPrintable

    • gc

      Current testing:
      bool alloc_after_mark_start = addr >= top_at_mark_start;

      which is wrong, should be:
      bool alloc_after_mark_start = addr > top_at_mark_start;

            zgu Zhengyu Gu
            zgu Zhengyu Gu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: