On Thu, 14 Dec 2023 12:39:52 GMT, Adam Sotona <asot...@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

This pull request has now been integrated.

Changeset: 01ee4241
Author:    Adam Sotona <asot...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/01ee4241b76e78ca67803c4b083fcedecef1c96c
Stats:     2175 lines in 11 files changed: 459 ins; 877 del; 839 mod

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

Co-authored-by: Claes Redestad <redes...@openjdk.org>
Reviewed-by: redestad, liach

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

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

Reply via email to