RFR: 8223077: Investigate module path support for dynamic CDS archive [v2]
Calvin Cheung
ccheung at openjdk.java.net
Fri Feb 11 16:59:55 UTC 2022
> Please review this patch for adding module path support for CDS dynamic archive.
> Before this patch, if a module path was specified when creating a base archive, the user
> won't be able to create a dynamic archive based on the base archive.
> VM will issue the following warning:
> "Dynamic archiving is disabled because base layer archive has module path"
>
> This patch adds checking of the module patsh in the base archive and the ones specified
> for dynamic dumping. If the module paths are the same, dynamic archive will be created.
>
> Testing: tiers 1, 2.
Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
update copyright year
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7437/files
- new: https://git.openjdk.java.net/jdk/pull/7437/files/fe11eb6d..ab48afae
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7437&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7437&range=00-01
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/7437.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7437/head:pull/7437
PR: https://git.openjdk.java.net/jdk/pull/7437
More information about the hotspot-runtime-dev
mailing list