RFR: 8253500: [REDO] JDK-8253208 Move CDS related code to a separate class

Yumin Qi minqi at openjdk.java.net
Wed Sep 23 23:20:11 UTC 2020


This patch is a REDO for JDK-8253208 which was backed out since it caused runtime/cds/DeterministicDump.java failed,
see JDK-8253495. Since the failure is another issue and only triggered by this patch, the test case now is put on
ProblemList.txt. The real root cause for the failure is detailed in JDK-8253495.  When JDK-8253208 was backed out,
CDS.java remained without removed from that patch (see JDK-8253495 subtask), so this patch does not include CDS.java
(this is why you will see CDS.c without CDS.java in this patch).

Tests tier1-4 passed.

-------------

Commit messages:
 - 8253500: [REDO] JDK-8253208 Move CDS related code to a separate class

Changes: https://git.openjdk.java.net/jdk/pull/327/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=327&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8253500
  Stats: 156 lines in 22 files changed: 57 ins; 53 del; 46 mod
  Patch: https://git.openjdk.java.net/jdk/pull/327.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/327/head:pull/327

PR: https://git.openjdk.java.net/jdk/pull/327


More information about the core-libs-dev mailing list