JDK-8314672 : ProblemList runtime/cds/appcds/customLoader/HelloCustom_JFR.java on linux-all and windows-x64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 22
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,windows
  • CPU: x86_64,aarch64
  • Submitted: 2023-08-21
  • Updated: 2023-08-28
  • Resolved: 2023-08-21
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 b12Fixed
Description
In order to reduce the noise in the JDK22 CI, I'm ProblemListing:

runtime/cds/appcds/customLoader/HelloCustom_JFR.java

on linux-all and windows-x64.

This test was previously ProblemListed on linux-all with ZGC via:

JDK-8314533 ProblemList runtime/cds/appcds/customLoader/HelloCustom_JFR.java on linux-all with ZGC

but we have had 7 new failures in different configs since then
so the ProblemListing needs to be wider. I thought above using
generic-all, but we haven't seen an macosx-x64 failure since
mid-May 2020 and have yet to see a macosx-aarch64 failure.
Comments
Changeset: 78f74bc8 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-08-21 17:13:48 +0000 URL: https://git.openjdk.org/jdk/commit/78f74bc8ff1e673991d91a55ef70880d9fb3f6b5
21-08-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15366 Date: 2023-08-21 17:06:12 +0000
21-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 815860250fe..d9863b4690b 100644 --- a/test/hotspot/jtreg/ProblemList-zgc.txt +++ b/test/hotspot/jtreg/ProblemList-zgc.txt @@ -45,5 +45,3 @@ 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 diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 4b85f929999..8445fbc661e 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -103,6 +103,7 @@ runtime/CompressedOops/CompressedClassPointers.java 8305765 generic-all runtime/StackGuardPages/TestStackGuardPagesNative.java 8303612 linux-all runtime/ErrorHandling/TestDwarf.java 8305489 linux-all runtime/ErrorHandling/MachCodeFramesInErrorFile.java 8313315 linux-ppc64le +runtime/cds/appcds/customLoader/HelloCustom_JFR.java 8241075 linux-all,windows-x64 applications/jcstress/copy.java 8229852 linux-all
21-08-2023