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:42:18 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 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>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20179/files
- new: https://git.openjdk.org/jdk/pull/20179/files/5ff5797a..102fc3fb
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20179&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20179&range=03-04
Stats: 2 lines in 1 file changed: 1 ins; 1 del; 0 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