RFR: 8331264: Reduce java.lang.constant initialization overhead [v3]
Claes Redestad
redestad at openjdk.org
Mon Apr 29 12:39:17 UTC 2024
> I'm looking at ways at reducing/eliminating startup overheads the classfile API in preparation of #17108, and have pushed a series of enhancements to that effect already. This PR is a collection of minor improvements which add up to a 1.5% reduction in retired instructions - or a 5% reduction in executed bytecode - on a simple lambda startup test.
Claes Redestad has updated the pull request incrementally with one additional commit since the last revision:
Simplified void check
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18991/files
- new: https://git.openjdk.org/jdk/pull/18991/files/7e7386e1..40874ef1
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18991&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18991&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/18991.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18991/head:pull/18991
PR: https://git.openjdk.org/jdk/pull/18991
More information about the core-libs-dev
mailing list