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

Shenandoah: Shenandoah concurrent root evacuation may race against OopStorage::release()

    XMLWordPrintable

Details

    • gc
    • b08

    Description

      Shenandoah evacuates OopStorage backed roots in concurrent phase, that may race against OopStorage::release().

      During concurrent evacuating OopStorage backed roots, other threads may call OopStorage::release() to release handle, for example:

      GC worker: load oop from handle ----- evacuate oop ------------------ store oop --
      Mutator: -------------------------------- null handle --- release handle ------------------
       

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: