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

Mandy Chung mchung at openjdk.org
Tue Dec 19 20:48:45 UTC 2023


On Fri, 15 Dec 2023 12:54:27 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

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


More information about the core-libs-dev mailing list