jdk-24/test/hotspot/jtreg/compiler/arraycopy
Roberto Castañeda Lozano e0ac8249f5 8332959: C2: ZGC fails with 'Incorrect load shift' when invoking Object.clone() reflectively on an array
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: kvn, thartmann, aboldtch
2024-06-03 07:37:17 +00:00
..
stress 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
ACasLoadsStoresBadMem.java
TestACSameSrcDst.java
TestArrayCloneBadAssert.java
TestArrayCopyAsLoadsStores.java 8282590: C2: assert(addp->is_AddP() && addp->outcnt() > 0) failed: Don't process dead nodes 2022-03-22 16:23:23 +00:00
TestArrayCopyBadReexec.java
TestArrayCopyConjoint.java 8299970: Speed up compiler/arraycopy/TestArrayCopyConjoint.java 2023-02-13 08:13:13 +00:00
TestArrayCopyDisjoint.java 8299970: Speed up compiler/arraycopy/TestArrayCopyConjoint.java 2023-02-13 08:13:13 +00:00
TestArrayCopyDisjointLarge.java 8326421: Add jtreg test for large arrayCopy disjoint case. 2024-05-02 18:28:50 +00:00
TestArrayCopyIntrinsicWithUCT.java 8297730: C2: Arraycopy intrinsic throws incorrect exception 2023-01-25 07:22:12 +00:00
TestArrayCopyMacro.java
TestArrayCopyMaskedWithSub.java 8305524: AArch64: Fix arraycopy issue on SVE caused by matching rule vmask_gen_sub 2023-04-12 03:15:39 +00:00
TestArrayCopyMaskedWithZeroSrc.java
TestArrayCopyMemoryChain.java
TestArrayCopyNoInit.java
TestArrayCopyNoInitDeopt.java 8298952: All nodes should have type(n) == Value(n) after IGVN 2023-02-06 08:45:48 +00:00
TestArrayCopyOfRangeGuards.java 8323682: C2: guard check is not generated in Arrays.copyOfRange intrinsic when allocation is eliminated by EA 2024-04-03 05:50:41 +00:00
TestArrayCopyOfStopped.java
TestArrayCopyOverflowArguments.java
TestArrayCopyOverflowInBoundChecks.java
TestArrayCopyPartialInliningLoadSplit.java 8292780: misc tests failed "assert(false) failed: graph should be schedulable" 2022-10-04 08:34:29 +00:00
TestArrayCopyStoppedAfterGuards.java
TestArrayCopyUNCBadMem.java
TestArrayCopyUtils.java
TestArrayCopyWithBadOffset.java
TestArraysCopyOfNoTypeCheck.java
TestCloneAccess.java 8269129: Multiple tier1 tests in hotspot/jtreg/compiler are failing for client VMs 2021-06-27 13:12:51 +00:00
TestCloneAccessStressGCM.java 8269129: Multiple tier1 tests in hotspot/jtreg/compiler are failing for client VMs 2021-06-27 13:12:51 +00:00
TestCloneArrayWithDifferentLengthConstness.java 8315082: [REDO] Generational ZGC: Tests crash with assert(index == 0 || is_power_of_2(index)) 2023-09-21 05:49:09 +00:00
TestCloneWithStressReflectiveCode.java 8284951: Compile::flatten_alias_type asserts with "indeterminate pointers come only from unsafe ops" 2022-04-26 12:05:24 +00:00
TestDeadArrayCopyOnMemChain.java
TestDefaultMethodArrayCloneDeoptC2.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
TestEliminateArrayCopy.java
TestEliminatedArrayCopyDeopt.java
TestEliminatedArrayCopyPhi.java
TestEliminatedArrayLoopPredicateCopyDeopt.java
TestEliminatedCloneBadMemEdge.java
TestIllegalArrayCopyBeforeInfiniteLoop.java 8272973: Incorrect compile command used by TestIllegalArrayCopyBeforeInfiniteLoop 2021-08-26 08:34:46 +00:00
TestInitializingACLoadWithBadMem.java
TestInstanceCloneAsLoadsStores.java 8285301: C2: assert(!requires_atomic_access) failed: can't ensure atomicity 2022-04-29 06:12:43 +00:00
TestInstanceCloneUtils.java
TestLoadBypassACWithWrongMem.java
TestLoadBypassArrayCopy.java
TestMissingControl.java
TestNegArrayLengthAsIndex1.java 8268362: [REDO] C2 crash when compile negative Arrays.copyOf length after loop 2021-06-21 11:59:00 +00:00
TestNegArrayLengthAsIndex2.java 8268362: [REDO] C2 crash when compile negative Arrays.copyOf length after loop 2021-06-21 11:59:00 +00:00
TestNegativeArrayCopyAfterLoop.java 8268362: [REDO] C2 crash when compile negative Arrays.copyOf length after loop 2021-06-21 11:59:00 +00:00
TestObjectArrayClone.java 8332959: C2: ZGC fails with 'Incorrect load shift' when invoking Object.clone() reflectively on an array 2024-06-03 07:37:17 +00:00
TestObjectArrayCopy.java
TestOutOfBoundsArrayLoad.java 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
TestReduceBulkZeroingDisabled.java
TestTailCallInArrayCopyStub.java 8329258: TailCall should not use frame pointer register for jump target 2024-05-02 11:38:00 +00:00
TestTightlyCoupledAllocationAssert.java