Integrated: 8253500: [REDO] JDK-8253208 Move CDS related code to a separate class
Yumin Qi
minqi at openjdk.java.net
Thu Sep 24 15:30:52 UTC 2020
On Wed, 23 Sep 2020 23:05:59 GMT, Yumin Qi <minqi at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 89c5e49b
Author: Yumin Qi <minqi at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/89c5e49b
Stats: 156 lines in 22 files changed: 57 ins; 53 del; 46 mod
8253500: [REDO] JDK-8253208 Move CDS related code to a separate class
Reviewed-by: mchung, iklam
-------------
PR: https://git.openjdk.java.net/jdk/pull/327
More information about the hotspot-runtime-dev
mailing list