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

[lworld] Aarch64 interpreter is missing a membar on flat array access

XMLWordPrintable

    • aarch64

      On aarch64, when the interpreter reads from a flat array, and creates a new instance of the element's value in heap, it returns the oop without the memory barrier that would ensure that all fields are visible before the oop is published.
      The interpreter's code to access flat fields already has this barrier.

            fparain Frederic Parain
            fparain Frederic Parain
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: