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

Make arraycopy bulk barriers optional

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 21
    • hotspot

      The arraycopy stubs today use AS_RAW accesses, when copying arrays. This is only okay because surrounding "bulk" barriers are applied. Generational ZGC does not have such bulk barriers, and therefore needs to apply barriers directly where the accesses happen. This CR aims at addressing the required interfacing for that.

            eosterlund Erik Ă–sterlund
            eosterlund Erik Ă–sterlund
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: