JDK-8280898 : ProblemList compiler/regalloc/TestC2IntPressure.java on macosx-aarch64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: aarch64
  • Submitted: 2022-01-28
  • Updated: 2022-01-31
  • Resolved: 2022-01-28
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
In order to reduce noise in the JDK19 CI, I'm ProblemListing:

compiler/regalloc/TestC2IntPressure.java

on macosx-aarch64.
Comments
Changeset: ff34d624 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-01-28 18:09:35 +0000 URL: https://git.openjdk.java.net/jdk/commit/ff34d624ba81698db0aacc1d5e2332c4345010ce
28-01-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7272 Date: 2022-01-28 17:54:16 +0000
28-01-2022

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index e08217cd776..b5fe9a5bb83 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -73,6 +73,7 @@ compiler/whitebox/MakeMethodNotCompilableTest.java 8265360 macosx-aarch64 compiler/codecache/jmx/PoolsIndependenceTest.java 8264632 macosx-generic compiler/codecache/TestStressCodeBuffers.java 8272094 generic-aarch64 +compiler/regalloc/TestC2IntPressure.java 8280843 macosx-aarch64 #############################################################################
28-01-2022