JDK-8314533 : ProblemList runtime/cds/appcds/customLoader/HelloCustom_JFR.java on linux-all with ZGC
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-08-17
  • Updated: 2023-08-17
  • Resolved: 2023-08-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 22
22 masterFixed
Description
In order to reduce the noise in the JDK22 CI, I'm ProblemListing:

runtime/cds/appcds/customLoader/HelloCustom_JFR.java

on linux-all with ZGC.

For some reason there has been a spike in sightings in the last
few days. We have 7 sightings on linux-aarch64 and linux-x64.
Comments
Changeset: 2505cebc Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-08-17 17:05:54 +0000 URL: https://git.openjdk.org/jdk/commit/2505cebc5dfeca00d3358d63b127950d8e4f6e48
17-08-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15333 Date: 2023-08-17 16:58:41 +0000
17-08-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..815860250fe 100644 --- a/test/hotspot/jtreg/ProblemList-zgc.txt +++ b/test/hotspot/jtreg/ProblemList-zgc.txt @@ -45,3 +45,5 @@ vmTestbase/gc/gctests/MemoryEaterMT/MemoryEaterMT.java 8289582 windows- vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded002/TestDescription.java 8298302 generic-all vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java 8298991 linux-x64 + +runtime/cds/appcds/customLoader/HelloCustom_JFR.java 8241075 linux-all
17-08-2023