JDK-8277577 : ProblemList compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java on linux-aarch64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: aarch64
  • Submitted: 2021-11-22
  • Updated: 2023-10-13
  • Resolved: 2021-11-22
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 17 JDK 18
17.0.6Fixed 18 b26Fixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing:

compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java

on linux-aarch64.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/674 Date: 2022-09-15 12:40:26 +0000
15-09-2022

Changeset: 1049aba1 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-11-22 19:03:30 +0000 URL: https://git.openjdk.java.net/jdk/commit/1049aba1fb65fd70bd723c80a84250512a68d653
22-11-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 8aa54022962..377083adf95 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -75,6 +75,8 @@ compiler/whitebox/MakeMethodNotCompilableTest.java 8265360 macosx-aarch64 compiler/codecache/jmx/PoolsIndependenceTest.java 8264632 macosx-x64 compiler/codecache/TestStressCodeBuffers.java 8272094 generic-aarch64 +compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java 8277503 linux-aarch64 + #############################################################################
22-11-2021