History log of /openjdk10/hotspot/test/compiler/arraycopy/TestACSameSrcDst.java
Revision Date Author Comments
# 12820:3ee42d818496 02-Jun-2017 roland

8179678: ArrayCopy with same src and dst can cause incorrect execution or compiler crash
Summary: Replacing load on dst with load on src only valid if copy doesn't modify src element to load
Reviewed-by: kvn, thartmann