JDK-8267409 : ProblemList gc/epsilon/TestClasses.java on linux-x64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 17
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86_64
  • Submitted: 2021-05-19
  • Updated: 2021-05-27
  • Resolved: 2021-05-19
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 b24Fixed
Description
Reduce the noise in the JDK17 CI by ProblemListing
gc/epsilon/TestClasses.java on linux-x64.

We already have 9 Tier3 sightings of this test failure
on linux-x64. I don't know why just linux-x64, but...
Comments
Simple: We're now up to 11 Tier3 sightings of this test failure in the CI. Today is Wed and also the day that we snapshot jdk-17+23. We don't like to take a snapshot with solid test failures in Tier[1-3] and preferably none in Tier4. The solution is to ProblemList this test on linux-x64 since that's the only platform on which this test is failing in the CI.
19-05-2021

I am confused why this ProblemList addition is needed, when JDK-8267348 is less than 24 hours old. This only adds churn with PRs and changesets.
19-05-2021

Changeset: 64e2479b Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-05-19 16:08:35 +0000 URL: https://git.openjdk.java.net/jdk/commit/64e2479bf6e0ceccda16c076758e23e85310d524
19-05-2021

Here's the context diff for the proposed change: $ git diff -r HEAD diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index cd3aa9d7dcd..91739f864c8 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -83,6 +83,7 @@ gc/stress/gclocker/TestGCLockerWithParallel.java 8180622 generic-all gc/stress/gclocker/TestGCLockerWithG1.java 8180622 generic-all gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java 8192647 generic-all gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java 8241293 macosx-x64 +gc/epsilon/TestClasses.java 8267348 linux-x64 #############################################################################
19-05-2021