RFR: 8336267: Method and Constructor signature parsing can be shared on the root object [v5]

Chen Liang liach at openjdk.org
Wed Oct 30 16:47:07 UTC 2024


On Wed, 30 Oct 2024 16:42:18 GMT, Chen Liang <liach at openjdk.org> wrote:

>> A straightforward optimization, to share the signature parsing of method, constructor, and field between the root and the copied objects, like how method handle accessors are shared.
>
> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Move hash cache out of shared states section
>   
>   Co-authored-by: Mandy Chung <mandy.chung at oracle.com>

Applied this minor patch. java/lang/reflect tests are still all fine.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20179#issuecomment-2447773501


More information about the core-libs-dev mailing list