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

Chen Liang liach at openjdk.org
Wed Aug 21 16:03:15 UTC 2024


> 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 with a new target base due to a merge or a rebase. The pull request now contains two commits:

 - Merge branch 'master' of https://github.com/openjdk/jdk into feature/member-sig-share
 - 8336267: Method and Constructor signature parsing can be shared on the root object

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

Changes: https://git.openjdk.org/jdk/pull/20179/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20179&range=01
  Stats: 30 lines in 3 files changed: 19 ins; 0 del; 11 mod
  Patch: https://git.openjdk.org/jdk/pull/20179.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20179/head:pull/20179

PR: https://git.openjdk.org/jdk/pull/20179


More information about the core-libs-dev mailing list