[lworld] Integrated: 8325546: [lworld] Missing barrier in C1 compiled code on AArch64

Tobias Hartmann thartmann at openjdk.org
Fri Feb 9 10:40:08 UTC 2024


On Fri, 9 Feb 2024 10:28:23 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> Similar to [JDK-8264414](https://bugs.openjdk.org/browse/JDK-8264414), a membar is required after loading from a flat array to prevent a store that publishes the buffer reference to be executed before the initializing stores have completed.
> 
> Thanks,
> Tobias

This pull request has now been integrated.

Changeset: 8b709379
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/8b709379d4c8b6cbfe004eafdd21c243faa738b1
Stats:     9 lines in 2 files changed: 9 ins; 0 del; 0 mod

8325546: [lworld] Missing barrier in C1 compiled code on AArch64

-------------

PR: https://git.openjdk.org/valhalla/pull/1002



More information about the valhalla-dev mailing list