JDK-8268644 : ProblemList serviceability/sa/ClhsdbJstackXcompStress.java in -Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-06-12
  • Updated: 2021-06-17
  • Resolved: 2021-06-12
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 18
18 b02Fixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing
serviceability/sa/ClhsdbJstackXcompStress.java in -Xcomp mode.
Comments
Changeset: 90c1034c Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-06-12 13:53:07 +0000 URL: https://git.openjdk.java.net/jdk/commit/90c1034cd4077e63afc0aad53191a04699a816ce
12-06-2021

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 89642be69a5..11d7c9ae972 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -32,3 +32,5 @@ compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java 8268033 generic-x64 vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java 8205957 generic-all vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8265295 windows-x64 + +serviceability/sa/ClhsdbJstackXcompStress.java 8268570 generic-all
12-06-2021