RFR: 8276184: Exclude lambda proxy class from the CDS archive if its caller class is excluded [v5]
Calvin Cheung
ccheung at openjdk.java.net
Tue Nov 16 02:26:39 UTC 2021
On Wed, 10 Nov 2021 22:38:15 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix a bug in Hello.java, update SignedJar.java to perform more checks on output
>
> Why would you exclude a class more than once?
>
> It still seems a very awkward way to code this.
>
> And the existing use of `warn_excluded` as a proxy for `return true` is not good.
Thanks @dholmes-ora and @iklam for the review.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6205
More information about the hotspot-runtime-dev
mailing list