mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8270894: Use acquire semantics in ObjectSynchronizer::read_stable_mark()
Reviewed-by: dholmes
This commit is contained in:
parent
ea182b5c6e
commit
f22619032d
3 changed files with 11 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue