jdk/hotspot/test/compiler/arraycopy
Roland Westrelin a9c2bc6517 8179678: ArrayCopy with same src and dst can cause incorrect execution or compiler crash
Replacing load on dst with load on src only valid if copy doesn't modify src element to load

Reviewed-by: kvn, thartmann
2017-06-02 09:08:34 +02:00
..
TestACSameSrcDst.java 8179678: ArrayCopy with same src and dst can cause incorrect execution or compiler crash 2017-06-02 09:08:34 +02:00
TestArrayCloneBadAssert.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestArrayCopyAsLoadsStores.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestArrayCopyBadReexec.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestArrayCopyMacro.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestArrayCopyNoInit.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestArrayCopyNoInitDeopt.java 8166002: Emulate client build on platforms with reduced virtual address space 2017-01-17 21:38:07 -08:00
TestArrayCopyOfStopped.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestArrayCopyOverflowArguments.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestArrayCopyOverflowInBoundChecks.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestArrayCopyStoppedAfterGuards.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestArrayCopyUNCBadMem.java 8173147: [ctw] fails during compilation of sun.security.krb5.internal.crypto.RsaMd5DesCksumType::calculateKeyedChecksum with " graph should be schedulable" 2017-01-24 09:40:05 +01:00
TestArrayCopyUtils.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestArraysCopyOfNoTypeCheck.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestDeadArrayCopyOnMemChain.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestDefaultMethodArrayCloneDeoptC2.java 8170455: C2: Access to [].clone from interfaces fails 2017-02-06 09:56:48 -08:00
TestEliminateArrayCopy.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestEliminatedArrayCopyDeopt.java 8136818: Test compiler/arraycopy/TestEliminatedArrayCopyDeopt.java fails with "m1 failed" 2016-08-04 10:34:34 +02:00
TestEliminatedArrayCopyPhi.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestEliminatedArrayLoopPredicateCopyDeopt.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestEliminatedCloneBadMemEdge.java 8166836: Elimination of clone's ArrayCopyNode may make compilation fail silently 2016-09-28 11:17:51 +02:00
TestInstanceCloneAsLoadsStores.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestInstanceCloneUtils.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestLoadBypassArrayCopy.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestMissingControl.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestObjectArrayClone.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00
TestObjectArrayCopy.java 8176505: Wrong assertion 'should be an array copy/clone' in arraycopynode.cpp 2017-03-13 16:07:17 +01:00
TestReduceBulkZeroingDisabled.java 8132919: Put compiler tests in packages 2016-07-12 18:24:48 +03:00