RFR: 8332457: Examine startup overheads from JDK-8294961 [v8]
Chen Liang
liach at openjdk.org
Tue May 28 13:27:06 UTC 2024
On Tue, 28 May 2024 11:55:30 GMT, Adam Sotona <asotona at openjdk.org> wrote:
>> [JDK-8294961](https://bugs.openjdk.org/browse/JDK-8294961) changed to use classfile API for reflection proxy-generation. Actual implementation of `ProxyGenerator` is focused on performance, however it causes JDK bootstrap regressions. `ProxyGenerator.TEMPLATE` class model is statically created and each proxy class is transformed from the template.
>>
>> This patch is intended to examine plain proxy generation impact on performance and JDK bootstrap (vs proxy transformation from template).
>>
>> Please review.
>>
>> Thank you,
>> Adam
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>
> MTD_ cleanup
Nice work migrating method object initialization to condy.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19410#issuecomment-2135212751
More information about the core-libs-dev
mailing list