This website requires JavaScript.
Explore
Help
Register
Sign In
infernap12
/
jdk
Watch
1
Star
0
Fork
0
You've already forked jdk
mirror of
https://github.com/openjdk/jdk.git
synced
2026-04-19 19:30:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
jdk
/
test
/
hotspot
/
jtreg
/
compiler
/
arraycopy
History
Tobias Hartmann
da74fbd920
8347006: LoadRangeNode floats above array guard in arraycopy intrinsic
...
Reviewed-by: chagedorn Backport-of: 82e2a791225a289ba32360bf415274c4b48b9e00
2025-01-13 13:45:19 +00:00
..
stress
8315097: Rename createJavaProcessBuilder
2023-10-27 08:47:26 +00:00
ACasLoadsStoresBadMem.java
…
TestACSameSrcDst.java
…
TestArrayCloneBadAssert.java
…
TestArrayCopyAsLoadsStores.java
…
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
…
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
8347006: LoadRangeNode floats above array guard in arraycopy intrinsic
2025-01-13 13:45:19 +00:00
TestArrayCopyNoInitDeopt.java
…
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
…
TestArrayCopyStoppedAfterGuards.java
…
TestArrayCopyUNCBadMem.java
…
TestArrayCopyUtils.java
…
TestArrayCopyWithBadOffset.java
…
TestArraysCopyOfNoTypeCheck.java
…
TestCloneAccess.java
…
TestCloneAccessStressGCM.java
…
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
…
TestDeadArrayCopyOnMemChain.java
…
TestDefaultMethodArrayCloneDeoptC2.java
…
TestEliminateArrayCopy.java
…
TestEliminatedArrayCopyDeopt.java
…
TestEliminatedArrayCopyPhi.java
…
TestEliminatedArrayLoopPredicateCopyDeopt.java
…
TestEliminatedCloneBadMemEdge.java
…
TestIllegalArrayCopyBeforeInfiniteLoop.java
…
TestInitializingACLoadWithBadMem.java
…
TestInstanceCloneAsLoadsStores.java
…
TestInstanceCloneUtils.java
…
TestLoadBypassACWithWrongMem.java
…
TestLoadBypassArrayCopy.java
…
TestMissingControl.java
…
TestNegArrayLengthAsIndex1.java
…
TestNegArrayLengthAsIndex2.java
…
TestNegativeArrayCopyAfterLoop.java
…
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
…
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
…