JDK-8305678 : ProblemList serviceability/sa/ClhsdbInspect.java on windows-x64 in Xcomp
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86_64
  • Submitted: 2023-04-05
  • Updated: 2023-04-10
  • Resolved: 2023-04-05
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 21
21 b17Fixed
Description
In order to reduce the noise in the JDK21 CI, I'm ProblemListing:

serviceability/sa/ClhsdbInspect.java

on windows-x64 in -Xcomp mode.
Comments
Changeset: b5d204c3 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-04-05 21:24:55 +0000 URL: https://git.openjdk.org/jdk/commit/b5d204c3a4274c2e4604390eba436d42b5f5e9c9
05-04-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13365 Date: 2023-04-05 21:12:14 +0000
05-04-2023

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 2eb969f348f..cc932a8f73a 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -41,3 +41,5 @@ serviceability/sa/TestJhsdbJstackMixed.java 8248675 linux-aarch64 serviceability/jvmti/VMObjectAlloc/VMObjectAllocTest.java 8288430 generic-all gc/cslocker/TestCSLocker.java 8293289 generic-x64 + +serviceability/sa/ClhsdbInspect.java 8283578 windows-x64
05-04-2023