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 Can you include a summary of the performance comparison before and after the patch per the [comment](https://github.com/openjdk/jdk/pull/10991#pullrequestreview-1333426016) in #10991. ------------- PR Comment: https://git.openjdk.org/jdk/pull/17121#issuecomment-1863448643