JDK-8292319 : ProblemList 2 runtime/cds/appcds tests due to JDK-8292313
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-08-13
  • Updated: 2022-08-13
  • Resolved: 2022-08-13
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 masterFixed
Description
In order to reduce the noise in the JDK20 CI, I'm ProblemListing:

runtime/cds/appcds/WrongClasspath.java 
runtime/cds/appcds/dynamicArchive/WrongTopClasspath.java 


Comments
Changeset: d546d138 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-08-13 15:06:31 +0000 URL: https://git.openjdk.org/jdk/commit/d546d13861ee21dc16ce85045b3d57d0e9e3ee8a
13-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9867 Date: 2022-08-13 14:52:26 +0000
13-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..62c7be23b4c 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -102,6 +102,9 @@ applications/jcstress/copy.java 8229852 linux-all containers/docker/TestJcmd.java 8278102 linux-all +runtime/cds/appcds/WrongClasspath.java 8292313 generic-all +runtime/cds/appcds/dynamicArchive/WrongTopClasspath.java 8292313 generic-all + #############################################################################
13-08-2022