On Fri, 15 Dec 2023 12:54:27 GMT, Adam Sotona <asot...@openjdk.org> wrote:

> java.base java.lang.reflect.ProxyGenerator uses ASM to generate proxy classes.
> 
> This patch converts it to use Classfile API.
> 
> It is continuation of https://github.com/openjdk/jdk/pull/10991
> 
> Any comments and suggestions are welcome.
> 
> Please review.
> 
> Thank you,
> Adam

This pull request has now been integrated.

Changeset: bee50cd3
Author:    Adam Sotona <asot...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/bee50cd330c9f31bf8830caf87f97cd72e7adc95
Stats:     543 lines in 2 files changed: 129 ins; 189 del; 225 mod

8294961: Convert java.base/java.lang.reflect.ProxyGenerator to use the 
Classfile API to generate proxy classes

Reviewed-by: mchung

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

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

Reply via email to