git: openjdk/jdk18u: master: 8277893: Arraycopy stress tests

Aleksey Shipilev shade at openjdk.java.net
Wed Apr 6 07:46:31 UTC 2022


Changeset: 89043955
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2022-04-06 07:44:13 +0000
URL:       https://git.openjdk.java.net/jdk18u/commit/890439550ddb2786e120721b5d70ea730f84e96f

8277893: Arraycopy stress tests

Backport-of: 29bd73638a22d341767a1266723a7d7263e17093

! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/compiler/arraycopy/stress/AbstractStressArrayCopy.java
+ test/hotspot/jtreg/compiler/arraycopy/stress/StressBooleanArrayCopy.java
+ test/hotspot/jtreg/compiler/arraycopy/stress/StressByteArrayCopy.java
+ test/hotspot/jtreg/compiler/arraycopy/stress/StressCharArrayCopy.java
+ test/hotspot/jtreg/compiler/arraycopy/stress/StressDoubleArrayCopy.java
+ test/hotspot/jtreg/compiler/arraycopy/stress/StressFloatArrayCopy.java
+ test/hotspot/jtreg/compiler/arraycopy/stress/StressIntArrayCopy.java
+ test/hotspot/jtreg/compiler/arraycopy/stress/StressLongArrayCopy.java
+ test/hotspot/jtreg/compiler/arraycopy/stress/StressObjectArrayCopy.java
+ test/hotspot/jtreg/compiler/arraycopy/stress/StressShortArrayCopy.java
+ test/hotspot/jtreg/compiler/arraycopy/stress/TestStressArrayCopy.java



More information about the jdk-updates-changes mailing list