JDK-8292510 : ProblemList runtime/cds/appcds/cacheObject/ArchivedEnumTest.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 20
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2022-08-16
  • Updated: 2022-08-18
  • Resolved: 2022-08-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
20 b11Fixed
Description
In order to reduce the noise in the JDK20 CI, I'm ProblemListing:

runtime/cds/appcds/cacheObject/ArchivedEnumTest.java

on all platforms.
Comments
[~ysatowse] - I'm not sure why you assigned this fixed bug to yourself. I've assigned it back to me...
17-08-2022

Changeset: da477b13 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-08-16 23:02:23 +0000 URL: https://git.openjdk.org/jdk/commit/da477b13661b39e1f48b674f7fd9ea1d26521fc3
16-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9894 Date: 2022-08-16 22:43:39 +0000
16-08-2022

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 0bb3b09f9bb..14037a6bc63 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -102,6 +102,8 @@ applications/jcstress/copy.java 8229852 linux-all containers/docker/TestJcmd.java 8278102 linux-all +runtime/cds/appcds/cacheObject/ArchivedEnumTest.java 8292499 generic-all + #############################################################################
16-08-2022