Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for a missing allocationFence in transformArrayCloneCall()
When we transform a clone() of an array object into a newarray and arraycopy, we neglected to add an allocationFence. This change will introduce an allocationFence after the arraycopy to ensure that all threads see the new contents of memory on weak memory coherency machines like POWER and AArch64. Signed-off-by: Kevin Langman <langman@ca.ibm.com>
- Loading branch information