JDK-8268286 : ProblemList serviceability/sa/TestJmapCore.java on linux-aarch64 with ZGC
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: aarch64
  • Submitted: 2021-06-05
  • Updated: 2021-06-11
  • Resolved: 2021-06-05
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
17 b26Fixed
Description
In order to reduce the noise in the JDK17 CI, I'm ProblemListing
serviceability/sa/TestJmapCore.java on linux-aarch64 with ZGC.
Comments
Changeset: f768fbf7 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-06-05 15:50:18 +0000 URL: https://git.openjdk.java.net/jdk/commit/f768fbf7a9df6eae10298ba6bd1b4ae438ca298d
05-06-2021

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-zgc.txt b/test/hotspot/jtreg/ProblemList-zgc.txt index 451b77b7d88..4020cad9c0e 100644 --- a/test/hotspot/jtreg/ProblemList-zgc.txt +++ b/test/hotspot/jtreg/ProblemList-zgc.txt @@ -32,3 +32,4 @@ serviceability/sa/CDSJMapClstats.java 8220624 generic- serviceability/sa/ClhsdbJhisto.java 8220624 generic-all serviceability/sa/TestHeapDumpForLargeArray.java 8220624 generic-all vmTestbase/jit/escape/AdaptiveBlocking/AdaptiveBlocking001/AdaptiveBlocking001.java 8260303 windows-x64 +serviceability/sa/TestJmapCore.java 8268283 linux-aarch64
05-06-2021