-
Bug
-
Resolution: Fixed
-
P2
-
repo-valhalla
-
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.
The interpreter's code to access flat fields already has this barrier.