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

Coalesce dead objects during removal of self-forwarded pointers

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • gc
    • b74

        During fixing up self-forwarded pointers created by evacuation failure we walk the heap object by object, fixing up BOT, mark bitmap object by object, both for dead and live objects.

        It would be a lot faster to coalesce dead objects into single filler objects and do the BOT update/mark bitmap work on that scale. This significantly reduces the number of updates, increasing performance.

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

                Created:
                Updated:
                Resolved: