RFR: 8255493: Support for pre-generated java.lang.invoke classes in CDS dynamic archive [v10]
Yumin Qi
minqi at openjdk.java.net
Wed Apr 28 19:00:20 UTC 2021
> Hi, Please review
>
> When do dynamic dump, the pre-generated lambda form classes from java.lang.invoke are not stored in dynamic archive. The patch will regenerate the four holder classes,
> "java.lang.invoke.Invokers$Holder",
> "java.lang.invoke.DirectMethodHandle$Holder",
> "java.lang.invoke.DelegatingMethodHandle$Holder",
> "java.lang.invoke.LambdaForm$Holder"
> which will include the versions in static archive and new loaded functions all together and stored in dynamic archive. New test case added.
> (Minor change to PrintSharedArchiveAtExit, which the index is not consecutive)
>
> Tests: tier1,tier2,tier3,tier4
>
> Thanks
> Yumin
Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:
Only store four lambda invoker (which will be regenerated in dynamic dump) lines in static archive
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3611/files
- new: https://git.openjdk.java.net/jdk/pull/3611/files/78445575..05a7ca93
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3611&range=09
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3611&range=08-09
Stats: 43 lines in 1 file changed: 25 ins; 3 del; 15 mod
Patch: https://git.openjdk.java.net/jdk/pull/3611.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3611/head:pull/3611
PR: https://git.openjdk.java.net/jdk/pull/3611
More information about the hotspot-dev
mailing list