JDK-8288988 : ProblemList serviceability/jvmti/vthread/ContStackDepthTest/ContStackDepthTest.java in -Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 19,20
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-06-22
  • Updated: 2022-07-27
  • Resolved: 2022-06-22
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 19 JDK 20
19 b29Fixed 20Fixed
Description
In order to reduce the noise in the JDK19 and JDK20 CIs, I'm ProblemListing:

serviceability/jvmti/vthread/ContStackDepthTest/ContStackDepthTest.java

in -Xcomp configs.
Comments
Changeset: 6458ebc8 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-06-22 16:20:20 +0000 URL: https://git.openjdk.org/jdk19/commit/6458ebc8e4cb11d99f7447e01f890ba36ad41664
22-06-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk19/pull/58 Date: 2022-06-22 16:12:06 +0000
22-06-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 d8a9681ee1b..38b43dd2425 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -36,3 +36,5 @@ serviceability/sa/TestJhsdbJstackMixed.java 8248675 linux-aarch64 vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/TestDescription.java 8245680 windows-x64 vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8265295 linux-x64,windows-x64 + +serviceability/jvmti/vthread/ContStackDepthTest/ContStackDepthTest.java 8288949 generic-all
22-06-2022