On Fri, 10 Feb 2023 17:29:37 GMT, Ioi Lam <ik...@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