JDK-8295380 : ProblemList gc/cslocker/TestCSLocker.java in Xcomp mode on x64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86_64
  • Submitted: 2022-10-15
  • Updated: 2022-10-17
  • Resolved: 2022-10-15
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 generic-x64.
Comments
Changeset: e7d0ab22 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-10-15 14:50:10 +0000 URL: https://git.openjdk.org/jdk/commit/e7d0ab227ff86bb65abf7fbeb135ce657454200b
15-10-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10719 Date: 2022-10-15 14:29:18 +0000
15-10-2022

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-Xcomp.txt b/test/hotspot/jtreg/ProblemList-Xcomp.txt index dc5a2cf4ceb..d950646a539 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -37,4 +37,4 @@ serviceability/sa/TestJhsdbJstackMixed.java 8248675 linux-aarch64 serviceability/jvmti/VMObjectAlloc/VMObjectAllocTest.java 8288430 generic-all -gc/cslocker/TestCSLocker.java 8293289 linux-x64,macosx-x64 +gc/cslocker/TestCSLocker.java 8293289 generic-x64
15-10-2022