RFR: 8294960: Convert java.base/java.lang.invoke package to use the Classfile API to generate lambdas and method handles

ExE Boss duke at openjdk.org
Fri Dec 15 12:12:00 UTC 2023


On Thu, 14 Dec 2023 12:39:52 GMT, Adam Sotona <asotona at openjdk.org> wrote:

> java.base java.lang.invoke package heavily uses ASM to generate lambdas and method handles.
> 
> This patch converts ASM calls to Classfile API.
> 
> This PR is continuation of https://github.com/openjdk/jdk/pull/12945
> 
> Any comments and suggestions are welcome.
> 
> Please review.
> 
> Thank you,
> Adam

The title of this PR is wrong, it should be:

8294960: Convert java.base/java.lang.invoke package to use the Classfile API to generate lambdas and method handles


diff:

-8294960: Convert java.base/java.lang.invoke package to use the Classfile API to generate lambdas and method handlers
+8294960: Convert java.base/java.lang.invoke package to use the Classfile API to generate lambdas and method handles

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

PR Comment: https://git.openjdk.org/jdk/pull/17108#issuecomment-1857623966


More information about the core-libs-dev mailing list