mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +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
|
@ -110,6 +110,9 @@ class PSPromotionManager {
|
|||
|
||||
static PSScannerTasksQueueSet* stack_array_depth() { return _stack_array_depth; }
|
||||
|
||||
template<bool promote_immediately>
|
||||
oop copy_unmarked_to_survivor_space(oop o, markWord m);
|
||||
|
||||
public:
|
||||
// Static
|
||||
static void initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue