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

Adam Sotona asotona at openjdk.org
Mon Jan 8 13:42:24 UTC 2024


On Wed, 3 Jan 2024 12:36:26 GMT, Adam Sotona <asotona at 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
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
> 
>   StackCounter fix

I've separated ClassFile API performance related improvements into
#17306

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

PR Comment: https://git.openjdk.org/jdk/pull/17121#issuecomment-1881026433


More information about the core-libs-dev mailing list