mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8263107: PSPromotionManager::copy_and_push_safe_barrier needs acquire memory barrier
Reviewed-by: iwalulya, tschatzl, mdoerr
This commit is contained in:
parent
d4377afb99
commit
5a666282a9
6 changed files with 169 additions and 180 deletions
|
@ -257,7 +257,6 @@ class oopDesc {
|
|||
inline oop forward_to_atomic(oop p, markWord compare, atomic_memory_order order = memory_order_conservative);
|
||||
|
||||
inline oop forwardee() const;
|
||||
inline oop forwardee_acquire() const;
|
||||
|
||||
// Age of object during scavenge
|
||||
inline uint age() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue