git: openjdk/jdk17u-dev: 8277893: Arraycopy stress tests

Aleksey Shipilev shade at openjdk.java.net
Wed Mar 16 09:21:00 UTC 2022


Changeset: 5d1969bd
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2022-03-16 09:20:03 +0000
URL:       https://git.openjdk.java.net/jdk17u-dev/commit/5d1969bde415556ab13a4d54bbaba6b182d70f82

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