git: openjdk/jdk11u-dev: 8277893: Arraycopy stress tests
Aleksey Shipilev
shade at openjdk.org
Mon Jul 4 08:00:56 UTC 2022
Changeset: 4b2e41cf
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2022-07-04 07:59:17 +0000
URL: https://git.openjdk.org/jdk11u-dev/commit/4b2e41cfc5e9a58faab685969634050df4f4c7c6
8277893: Arraycopy stress tests
Reviewed-by: serb
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