JDK-8318622 : ProblemList gc/cslocker/TestCSLocker.java on linux-x64 in Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86_64
  • Submitted: 2023-10-20
  • Updated: 2023-10-24
  • Resolved: 2023-10-20
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 22
22 masterFixed
Description
In order to reduce noise in the JDK22 CI, I'm ProblemListing:

gc/cslocker/TestCSLocker.java

on linux-x64 in -Xcomp mode.
Comments
Changeset: af2f4bfa Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-10-20 21:33:26 +0000 URL: https://git.openjdk.org/jdk/commit/af2f4bfa837a18964e00de1e3077119cfa4c68e0
20-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16296 Date: 2023-10-20 21:20:06 +0000
20-10-2023

Context diffs for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-Xcomp.txt b/test/hotspot/jtreg/ProblemList-Xcomp.txt index 646c0e1905d..86c31456716 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -46,3 +46,5 @@ vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java 829 gc/arguments/TestNewSizeFlags.java 8299116 macosx-aarch64 compiler/interpreter/TestVerifyStackAfterDeopt.java 8316392 macosx-aarch64 + +gc/cslocker/TestCSLocker.java 8310480 linux-x64
20-10-2023