JDK-8286342 : ProblemList compiler/c2/irTests/TestEnumFinalFold.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-05-06
  • Updated: 2022-05-06
  • Resolved: 2022-05-06
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 masterFixed
Description
I'm ProblemListing the following new test in order to reduce noise in the
JDK19 CI in preparation for the potential JEP-425 integration this weekend:

compiler/c2/irTests/TestEnumFinalFold.java


Comments
Changeset: d8f9686b Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-05-06 19:53:20 +0000 URL: https://git.openjdk.java.net/jdk/commit/d8f9686b123bc9f0521da0cd286726c3b4327abd
06-05-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8582 Date: 2022-05-06 19:47:50 +0000
06-05-2022

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 be58ac08c5f..44a79bb7192 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -66,6 +66,7 @@ compiler/rtm/locking/TestUseRTMXendForLockBusy.java 8183263 generic-x64 compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java 8183263 generic-x64 compiler/c2/Test8004741.java 8235801 generic-all +compiler/c2/irTests/TestEnumFinalFold.java 8286339 generic-all compiler/codecache/jmx/PoolsIndependenceTest.java 8264632 macosx-all compiler/codecache/TestStressCodeBuffers.java 8272094 generic-aarch64
06-05-2022