8270894: Use acquire semantics in ObjectSynchronizer::read_stable_mark()

Reviewed-by: dholmes
This commit is contained in:
Roman Kennke 2021-07-23 10:42:00 +00:00
parent ea182b5c6e
commit f22619032d
3 changed files with 11 additions and 5 deletions

View file

@ -59,6 +59,7 @@ class oopDesc {
public:
inline markWord mark() const;
inline markWord mark_acquire() const;
inline markWord* mark_addr() const;
inline void set_mark(markWord m);