JDK-8277893 : Arraycopy stress tests
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 8,11,17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-11-29
  • Updated: 2022-07-25
  • Resolved: 2021-12-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 18 JDK 19
11.0.17-oracleFixed 17.0.4-oracleFixed 18.0.2Fixed 19 b03Fixed
Related Reports
Relates :  
Description
I would like to fork the new tests off the JDK-8150730, to get the broader coverage for the current arraycopy stubs, and stabilize the tests before doing any stub improvements integration. Plus, it gives us the ability to backport the tests cleanly.
Comments
Fix Request (11u) Improves arraycopy stubs testing. Applies semi-cleanly, requires a bit of fiddling with test group definitions. Passes new tests on x86_64, x86_32, AArch64.
22-06-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/1175 Date: 2022-06-22 18:41:08 +0000
22-06-2022

Fix Request (17u, 18u) Improves test coverage for current code and future backports, applies cleanly, tests pass.
14-03-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk17u-dev/pull/242 Date: 2022-03-14 09:04:58 +0000
14-03-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk18u/pull/44 Date: 2022-03-14 09:04:26 +0000
14-03-2022

Changeset: 29bd7363 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2021-12-21 14:01:47 +0000 URL: https://git.openjdk.java.net/jdk/commit/29bd73638a22d341767a1266723a7d7263e17093
21-12-2021

Testing shows timeout running next new test on Windows-x64-debug with ZGC: compiler/arraycopy/stress/TestStressObjectArrayCopy.java
02-12-2021