The memory ordering demands of concurrent writing/reading of _state and another members of nmethod is unclear.
E.g. in aarch64 it's loaded via ldr and not lda, is this correct considering we have storestore fence between store of _stack_traversal_mark and _state?
E.g. in aarch64 it's loaded via ldr and not lda, is this correct considering we have storestore fence between store of _stack_traversal_mark and _state?
- relates to
-
JDK-8186837 Memory ordering nmethod, _state and _stack_traversal_mark
-
- Resolved
-