RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]

Mandy Chung mchung at openjdk.org
Fri Feb 10 19:03:45 UTC 2023


On Fri, 10 Feb 2023 17:29:37 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Even in JDK 11, a lambda proxy classes that's referenced by the cpCache (i.e., from a resolved invokedynamic instruction associated with a lamda expression) is always kept alive. 

Thanks @iklam.   That's exactly what I am trying to confirm.

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

PR: https://git.openjdk.org/jdk/pull/12493


More information about the core-libs-dev mailing list