JDK-8298888 : ProblemList gc/g1/TestVerifyGCType.java on linux and macosx
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 20,21
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,os_x
  • CPU: generic
  • Submitted: 2022-12-15
  • Updated: 2022-12-19
  • Resolved: 2022-12-16
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 20 JDK 21
20 masterFixed 21Fixed
Description
In order to reduce the noise in the JDK20 and JDK21 CIs, I'm ProblemListing

gc/g1/TestVerifyGCType.java

on linux-all and macosx-all.

There are currently 8 failures in the JDK20 and JDK21 CIs.
Comments
Changeset: c7d7e7e3 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-12-16 00:01:08 +0000 URL: https://git.openjdk.org/jdk20/commit/c7d7e7e3be768b35447d65661ec328204aeb40e4
16-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk20/pull/42 Date: 2022-12-15 23:13:30 +0000
15-12-2022

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 66121e1dcb1..5769f52ce3b 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -80,6 +80,7 @@ gc/stress/gclocker/TestGCLockerWithG1.java 8180622 generic-all gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java 8192647 generic-all gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java 8241293,8298073 macosx-x64,macosx-aarch64 gc/stress/TestStressG1Humongous.java 8286554 windows-x64 +gc/g1/TestVerifyGCType.java 8298215 linux-all,macosx-all #############################################################################
15-12-2022