Loading... (original) (raw)

Issue Fix Version Assignee Priority Status Resolution Resolved In Build
JDK-8082556 emb-9 Andrew Dinn P4 Resolved Fixed team

At present we use explicit barriers for all accesses to volatile variables, and this is unnecessary. We should be using load acquire and store release.

backported by

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8082556 AARCH64: Volatile fields should be accessed with ldar and stlr

relates to

Enhancement - null JDK-8078743 AARCH64: Extend use of stlr to cater for volatile object stores