[aarch64-port-dev ] git: openjdk/aarch64-port: master: 8277893: Arraycopy stress tests
Aleksey Shipilev
shade at openjdk.java.net
Tue Dec 21 14:04:09 UTC 2021
Changeset: 29bd7363
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2021-12-21 14:01:47 +0000
URL: https://git.openjdk.java.net/aarch64-port/commit/29bd73638a22d341767a1266723a7d7263e17093
8277893: Arraycopy stress tests
Reviewed-by: kvn, mli
! 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 aarch64-port-dev
mailing list