JDK-8299970 : Speed up compiler/arraycopy/TestArrayCopyConjoint.java
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17,21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-01-11
  • Updated: 2023-08-07
  • Resolved: 2023-02-13
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 17 JDK 21
17.0.7Fixed 21 b10Fixed
Related Reports
Relates :  
Relates :  
Description
This is the third slowest compiler test on tier1.

Lower down from 1000_000  iterations, ensure that arraycopy intrinsic still fires.
Remove that hacky try-catch  statement, fix things if needed.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/1178 Date: 2023-02-17 03:04:53 +0000
17-02-2023

[Fix request 17u] Clean backport, test update, low risk Test passes
17-02-2023

Changeset: 5d39d145 Author: Emanuel Peter <epeter@openjdk.org> Date: 2023-02-13 08:13:13 +0000 URL: https://git.openjdk.org/jdk/commit/5d39d14522df5dc35a5f4c9934d2cf8da4fecaa6
13-02-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/12475 Date: 2023-02-08 14:09:10 +0000
08-02-2023