8263107: PSPromotionManager::copy_and_push_safe_barrier needs acquire memory barrier

Reviewed-by: iwalulya, tschatzl, mdoerr
This commit is contained in:
Kim Barrett 2021-06-10 07:27:53 +00:00
parent d4377afb99
commit 5a666282a9
6 changed files with 169 additions and 180 deletions

View file

@ -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;