JDK-8275171 : ProblemList compiler/codegen/aes/TestAESMain.java on linux-x64 and windows-x64 in -Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,windows
  • CPU: x86_64
  • Submitted: 2021-10-12
  • Updated: 2021-10-18
  • Resolved: 2021-10-12
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 18
18 b19Fixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing:

compiler/codegen/aes/TestAESMain.java

on linux-x64 and windows-x64 in -Xcomp mode.
Comments
Changeset: b1b83500 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-10-12 23:43:40 +0000 URL: https://git.openjdk.java.net/jdk/commit/b1b83500a9c3a74bf39894e49eefd031d208b9b9
12-10-2021

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-Xcomp.txt b/test/hotspot/jtreg/ProblemList-Xcomp.txt index e2fa6527be8..b3196f6a601 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -41,3 +41,5 @@ serviceability/sa/TestJhsdbJstackMixed.java 8248675 linux-aarch64 compiler/vectorapi/VectorCastShape64Test.java 8274855 generic-x64 compiler/vectorapi/VectorCastShape128Test.java 8274855 generic-x64 + +compiler/codegen/aes/TestAESMain.java 8274323 linux-x64,windows-x64
12-10-2021