RFR: 8261455: Automatically generate the CDS archive if necessary [v4]

Yumin Qi minqi at openjdk.java.net
Sat Oct 23 05:03:39 UTC 2021


> Please review,
>   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

Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:

  Removed unused inclcude, added check for file timestamp for archive file

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5997/files
  - new: https://git.openjdk.java.net/jdk/pull/5997/files/5c6e5b3e..0b49cfb1

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5997&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5997&range=02-03

  Stats: 191 lines in 2 files changed: 94 ins; 48 del; 49 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5997.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5997/head:pull/5997

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


More information about the hotspot-runtime-dev mailing list