JDK-8280045 : ProblemList 2 AppCDS tests until JDK-8279970 is fixed
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-01-14
  • Updated: 2022-01-25
  • Resolved: 2022-01-14
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 19
19 b06Fixed
Description
In order to reduce the noise in the JDK19 CI, I'm ProblemListing:

runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchive.java
runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java#custom-cl-zgc


Comments
Changeset: eab4e6d6 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-01-14 22:24:39 +0000 URL: https://git.openjdk.java.net/jdk/commit/eab4e6d6701f2e217374c073c2578f029fa58393
14-01-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7093 Date: 2022-01-14 22:16:52 +0000
14-01-2022

Here's the context diff for the proposed fix: $ git diff -r master diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index b05f3317527..938bd46172a 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -103,6 +103,8 @@ runtime/os/TestTracePageSizes.java#G1 8267460 linux-aarch64 runtime/os/TestTracePageSizes.java#Parallel 8267460 linux-aarch64 runtime/os/TestTracePageSizes.java#Serial 8267460 linux-aarch64 runtime/ErrorHandling/CreateCoredumpOnCrash.java 8267433 macosx-x64 +runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchive.java 8279970 generic-all +runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java#custom-cl-zgc 8279970 generic-all applications/jcstress/copy.java 8229852 linux-all
14-01-2022