JDK-8278630 : ProblemList compiler/vectorapi/reshape/TestVectorCastAVX512.java on X64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86_64
  • Submitted: 2021-12-13
  • Updated: 2021-12-16
  • Resolved: 2021-12-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 19
19 b02Fixed
Description
In order to reduce the noise in the JDK19 CI, I'm ProblemListing:

compiler/vectorapi/reshape/TestVectorCastAVX512.java

on X64.
Comments
Changeset: bdc784c0 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-12-13 20:36:40 +0000 URL: https://git.openjdk.java.net/jdk/commit/bdc784c0cb02d76c6d3a1608a89f4b64f86253eb
13-12-2021

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 696385cad23..315522b09e4 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -74,6 +74,8 @@ compiler/whitebox/MakeMethodNotCompilableTest.java 8265360 macosx-aarch64 compiler/codecache/jmx/PoolsIndependenceTest.java 8264632 macosx-x64 compiler/codecache/TestStressCodeBuffers.java 8272094 generic-aarch64 +compiler/vectorapi/reshape/TestVectorCastAVX512.java 8278623 generic-x64 + #############################################################################
13-12-2021