RFR: 6983726: remove Proxy from MethodHandleProxies.asInterfaceInstance SAM conversion [v9]

Chen Liang liach at openjdk.org
Fri Apr 7 13:19:50 UTC 2023


On Fri, 7 Apr 2023 12:54:01 GMT, ExE Boss <duke at openjdk.org> wrote:

> The **JVM** spec doesn’t mention that anywhere though.

I don't think JVMS mentions hidden classes at all. You have to refer to the specification of Lookup.defineHiddenClass, as hidden classes were originated from VM anonymous classes added back in Java 7 with j.l.invoke package (JSR 292) as an implementation artifact

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13197#discussion_r1160694643


More information about the core-libs-dev mailing list