JDK-8319613 : Complier error in benchmark TestLoadSegmentVarious
  • Type: Bug
  • Component: core-libs
  • Affected Version: 22
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-11-07
  • Updated: 2023-11-08
  • Resolved: 2023-11-07
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 22
22 masterFixed
Description
TestLoadSegmentVarious is failing with compilation errors of the form:

test/micro/org/openjdk/bench/jdk/incubator/vector/TestLoadSegmentVarious.java:72: error: cannot find symbol
byteDstArray = byteSrcArray.clone();
symbol: variable byteDstArray
location: class TestLoadSegmentVarious 
Comments
Changeset: ac0ee20a Author: Per Minborg <pminborg@openjdk.org> Date: 2023-11-07 11:04:43 +0000 URL: https://git.openjdk.org/jdk/commit/ac0ee20a383d04126b771884387f84b27cd08637
07-11-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16537 Date: 2023-11-07 10:36:00 +0000
07-11-2023