JDK-8274216 : ProblemList 2 serviceability/dcmd/gc tests with ZGC on linux-all and windows-all
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,windows
  • CPU: x86_64,aarch64
  • Submitted: 2021-09-23
  • Updated: 2021-09-30
  • Resolved: 2021-09-23
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 b17Fixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing:

serviceability/dcmd/gc/HeapDumpAllTest.java
serviceability/dcmd/gc/HeapDumpTest.java

on linux-all and windows-all.
Comments
Changeset: 0aa63fec Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-09-23 17:14:49 +0000 URL: https://git.openjdk.java.net/jdk/commit/0aa63feca8704c8958530ef9e3df128570c50e12
23-09-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 1032c144e59..5468cd97fe4 100644 --- a/test/hotspot/jtreg/ProblemList-zgc.txt +++ b/test/hotspot/jtreg/ProblemList-zgc.txt @@ -44,3 +44,6 @@ serviceability/sa/TestJmapCoreMetaspace.java 8268722,8268636 serviceability/sa/TestJhsdbJstackMixed.java 8248912 generic-all serviceability/sa/ClhsdbPstack.java#process 8248912 generic-all serviceability/sa/ClhsdbPstack.java#core 8248912 generic-all + +serviceability/dcmd/gc/HeapDumpAllTest.java 8274196 linux-all,windows-all +serviceability/dcmd/gc/HeapDumpTest.java 8274196 linux-all,windows-all
23-09-2021