Integrated: 8261455: Automatically generate the CDS archive if necessary

Yumin Qi minqi at openjdk.java.net
Thu Jan 13 00:25:38 UTC 2022


On Thu, 23 Dec 2021 00:22:54 GMT, Yumin Qi <minqi at openjdk.org> wrote:

> This patch is re-coded after serial fixes related: 8275846, 8276787, 8279018 etc.
> original description(PR 5997):
> `----------------------------------------------------------------------------------`
> When shared archive (dynamic archive) failed to map due to damage of the archive file, dump/run jdk version mismatch or non-existence file etc, the new patch will automatically create a new shared archive if -XX:+AutoCreateSharedArchive specified with the name based on SharedArchiveFile.
> This is a revised patch based on the old PR: 5077 and after bug 8273152 integrated.
> `-----------------------------------------------------------------------------------`
> 
> Tests: tier1,tier2,tier3,tier4
> 
> Thanks
> Yumin

This pull request has now been integrated.

Changeset: 1228b2f1
Author:    Yumin Qi <minqi at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/1228b2f1f8737a363ab6a7065b24e9f972441b27
Stats:     1180 lines in 13 files changed: 1009 ins; 106 del; 65 mod

8261455: Automatically generate the CDS archive if necessary

Reviewed-by: iklam, ccheung

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

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


More information about the hotspot-runtime-dev mailing list