JDK-8315717 : ProblemList serviceability/sa/TestHeapDumpForInvokeDynamic.java with ZGC
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: other
  • CPU: generic
  • Submitted: 2023-09-05
  • Updated: 2023-09-07
  • Resolved: 2023-09-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 22
22 b14Fixed
Description
In order to reduce the noise in the JDK22 CI, I'm ProblemListing:

serviceability/sa/TestHeapDumpForInvokeDynamic.java

with ZGC on all platforms.
Comments
Changeset: ebe31277 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-09-05 17:48:43 +0000 URL: https://git.openjdk.org/jdk/commit/ebe3127734ccb0f7cb8428ed4d61a794050eaf50
05-09-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15570 Date: 2023-09-05 17:17:25 +0000
05-09-2023

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 d9863b4690b..89882754d8e 100644 --- a/test/hotspot/jtreg/ProblemList-zgc.txt +++ b/test/hotspot/jtreg/ProblemList-zgc.txt @@ -41,6 +41,8 @@ serviceability/sa/ClhsdbPstack.java#core 8248912 generic- serviceability/sa/TestSysProps.java 8302055 generic-all +serviceability/sa/TestHeapDumpForInvokeDynamic.java 8315646 generic-all + vmTestbase/gc/gctests/MemoryEaterMT/MemoryEaterMT.java 8289582 windows-x64 vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded002/TestDescription.java 8298302 generic-all
05-09-2023