On Wed, 20 Dec 2023 20:08:08 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 > > 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