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

Shenandoah: ArrayCopy post-barrier improvements

    XMLWordPrintable

Details

    • gc
    • b16
    • x86_64, aarch64
    • generic

    Description

      Just like the arraycopy pre-barrier, the arraycopy post-barrier should check for count == 0 and HAS_FORWARDED gc-state in the generated stubs to avoid calling into the runtime at all in those cases. The runtime can then elide checking this.

      Attachments

        Activity

          People

            rkennke Roman Kennke
            rkennke Roman Kennke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: