Relates :
|
|
Relates :
|
|
Relates :
|
The issue 8180932 - Parallelize safepoint cleanup changed _stack_traversal_mark to load acquire/store release, this is half wrong. The acquire part on read, loadload, is needed. But for simplicity the write side storestore fence should be match with loadload on read side and the changes to _stack_travel_mark undone.