On Mon, 15 Jul 2024 04:05:55 GMT, Chen Liang <li...@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. This pull request has now been integrated. Changeset: 8d6cfba3 Author: Chen Liang <li...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8d6cfba37fe641e35886fdba536f5b2f1709e87b Stats: 83 lines in 3 files changed: 11 ins; 26 del; 46 mod 8336267: Method and Constructor signature parsing can be shared on the root object Reviewed-by: mchung ------------- PR: https://git.openjdk.org/jdk/pull/20179