JDK-8293516 : ProblemList gc/cslocker/TestCSLocker.java in -Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,os_x
  • CPU: x86_64
  • Submitted: 2022-09-07
  • Updated: 2022-09-12
  • Resolved: 2022-09-07
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 20
20 masterFixed
Description
In order to reduce the noise in the JDK20 CI, I'm ProblemListing:

gc/cslocker/TestCSLocker.java

in -Xcomp mode on linux-x64 and macosx-x64.
Comments
Changeset: 2d13f530 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-09-07 23:08:54 +0000 URL: https://git.openjdk.org/jdk/commit/2d13f53017377128b7a8f1e3da9a09f7af92085a
07-09-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10209 Date: 2022-09-07 21:53:06 +0000
07-09-2022

Here's the 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 65da7f5e018..b0809669a61 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -38,3 +38,4 @@ serviceability/sa/TestJhsdbJstackMixed.java 8248675 linux-aarch64 serviceability/jvmti/VMObjectAlloc/VMObjectAllocTest.java 8288430 generic-all serviceability/tmtools/jstat/GcNewTest.java 8293218 linux-x64,macosx-x64 +gc/cslocker/TestCSLocker.java 8293289 linux-x64,macosx-x64
07-09-2022