Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read Barrier for CompareAndSwapObject
Compare-And-Swap on object reference, while primarily is a store operation, it is also an implicit read (it reads the existing value to be compared with a provided compare value, before the store itself), hence needs a read barrier. This change is an extension of eclipse-openj9#1573 with JIT support. Signed-off-by: Filip Jeremic <fjeremic@ca.ibm.com>
- Loading branch information