RFR: 8294961: Convert java.base/java.lang.reflect.ProxyGenerator to use the Classfile API to generate proxy classes [v15]
Adam Sotona
asotona at openjdk.org
Tue Apr 25 08:39:27 UTC 2023
On Mon, 27 Mar 2023 16:43:17 GMT, Adam Sotona <asotona at openjdk.org> wrote:
>> java.base java.lang.reflect.ProxyGenerator uses ASM to generate proxy classes and this patch converts it to use Classfile API.
>>
>> Please review.
>>
>> Thank you,
>> Adam
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>
> StackMapGenerator performance improvements
I agree, setting this PR back to draft.
This pull request have to take into account all actual and planned improvements in Constants API.
And then it should isolate performance improvements of Classfile API into a separate pull request.
And then it should be proposed back for review with benchmarks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/10991#issuecomment-1521396913
More information about the core-libs-dev
mailing list