RFR: 8276184: Exclude lambda proxy class from the CDS archive if its caller class is excluded [v3]
Calvin Cheung
ccheung at openjdk.java.net
Thu Nov 4 22:24:33 UTC 2021
> The proposed patch has been redone completely to address the problem when a caller class is being excluded
> from the archive, the associated lambda proxy class(es) was not excluded.
>
> The caller class could be excluded if:
> - it is signed;
> - it has been redefined after its lambda proxy class was created.
Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
remove trailing whitespace
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/6205/files
- new: https://git.openjdk.java.net/jdk/pull/6205/files/f63d99e2..63890e2c
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6205&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6205&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/6205.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6205/head:pull/6205
PR: https://git.openjdk.java.net/jdk/pull/6205
More information about the hotspot-runtime-dev
mailing list