JDK-8263732 : ProblemList serviceability/sa/ClhsdbSymbol.java on ZGC
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-03-17
  • Updated: 2021-03-22
  • Resolved: 2021-03-17
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 b14Fixed
Related Reports
Relates :  
Description
ProblemList serviceability/sa/ClhsdbSymbol.java on ZGC to
reduce the noise in the JDK17 CI.
Comments
Changeset: b63b5d4c Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-03-17 15:13:21 +0000 URL: https://git.openjdk.java.net/jdk/commit/b63b5d4c
17-03-2021

Here's the context diff for the proposed change: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-zgc.txt b/test/hotspot/jtreg/ProblemList-zgc.txt index 1588ef01500..cc4004f8449 100644 --- a/test/hotspot/jtreg/ProblemList-zgc.txt +++ b/test/hotspot/jtreg/ProblemList-zgc.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -61,3 +61,4 @@ serviceability/sa/TestJmapCore.java 8220624 generic- serviceability/sa/TestJmapCoreMetaspace.java 8220624 generic-all serviceability/sa/TestSysProps.java 8220624 generic-all serviceability/sa/sadebugd/DebugdConnectTest.java 8220624 generic-all +serviceability/sa/ClhsdbSymbol.java 8263730 generic-all
17-03-2021