JDK-8290033 : ProblemList serviceability/jvmti/GetLocalVariable/GetLocalWithoutSuspendTest.java on windows-x64 in -Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86_64
  • Submitted: 2022-07-08
  • Updated: 2022-07-27
  • Resolved: 2022-07-08
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 b31Fixed 20Fixed
Description
In order to reduce the noise in the JDK19 CI, I'm ProblemListing:

serviceability/jvmti/GetLocalVariable/GetLocalWithoutSuspendTest.java

on windows-x64 in -Xcomp mode.
Comments
Changeset: 9981c85d Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-07-08 19:47:55 +0000 URL: https://git.openjdk.org/jdk19/commit/9981c85d462b1f5a82ebe8b88a1dabf033b4d551
08-07-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk19/pull/127 Date: 2022-07-08 19:39:24 +0000
08-07-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 d8a9681ee1b..a51eac8d494 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/GetLocalVariable/GetLocalWithoutSuspendTest.java 8290013 windows-x64
08-07-2022