RFR: 8294961: Convert java.base/java.lang.reflect.ProxyGenerator to use the Classfile API to generate proxy classes [v2]
Mandy Chung
mchung at openjdk.org
Wed Dec 20 20:40:46 UTC 2023
On Wed, 20 Dec 2023 20:08:08 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 three additional commits since the last revision:
>
> - performance improvements
> - StackCounter performance boost
> - performance improvements
Can you explain the changes to resolve the performance regressions?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17121#issuecomment-1865107527
More information about the core-libs-dev
mailing list