JDK-8268830 : ProblemList 3 serviceability/dcmd/framework tests with ZGC on win-x64
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86_64
  • Submitted: 2021-06-15
  • Updated: 2025-01-29
  • Resolved: 2021-06-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 17 JDK 18
17 b27Fixed 18Fixed
Description
To reduce the noise in the CIs, I'm ProblemListing:

serviceability/dcmd/framework/HelpTest.java
serviceability/dcmd/framework/InvalidCommandTest.java
serviceability/dcmd/framework/VMVersionTest.java

when ZGC is used on windows-X64. There are currently
9 failure sightings in the JDK17 and JDK18 CIs split across
the three tests. 1 of those sightings does NOT use ZGC so
this is a good first level noise reduction.
Comments
Changeset: 10068c1b Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-06-15 21:48:36 +0000 URL: https://git.openjdk.java.net/jdk17/commit/10068c1bace0ea650bda3e2234a44cbf401afc7d
15-06-2021

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-zgc.txt b/test/hotspot/jtreg/ProblemList-zgc.txt index 9b991284e1d..3b4eb0cd0d5 100644 --- a/test/hotspot/jtreg/ProblemList-zgc.txt +++ b/test/hotspot/jtreg/ProblemList-zgc.txt @@ -40,3 +40,9 @@ serviceability/sa/ClhsdbPmap.java#id1 8268722 macosx-x serviceability/sa/ClhsdbPstack.java#id1 8268722 macosx-x64 serviceability/sa/TestJmapCore.java 8268722,8268283 macosx-x64,linux-aarch64 serviceability/sa/TestJmapCoreMetaspace.java 8268722 macosx-x64 + +serviceability/dcmd/framework/HelpTest.java 8268433 windows-x64 +serviceability/dcmd/framework/InvalidCommandTest.java 8268433 windows-x64 +serviceability/dcmd/framework/VMVersionTest.java 8268433 windows-x64
15-06-2021