RFR: 8352579: Refactor CDS legacy optimization for lambda proxy classes [v5]
Ioi Lam
iklam at openjdk.org
Wed Mar 26 22:11:48 UTC 2025
> Since JDK 16, CDS has provided limited optimization for lambda expressions. This has been superseded by JEP 483 and is useful only when `-XX:+AOTClassLinking` is not enabled (which is the case for the default CDS archive, for compatibility reasons).
>
> The "legacy lambda optimization" may eventually be removed. For the time being, we should consolidate the code into a single source code and clearly mark its uses. This way we can avoid confusion with the JEP 483 code for supporting lambdas (and other java.lang.invoke functionalities).
Ioi Lam has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:
- added back jfr/jfrEvents.hpp as it is needed by EventClassLoad
- Merge branch 'master' into 8352579-refactor-cds-legacy-lambda-optimizations
- @calvinccheung comments
- @matias9927 offline comments - consolidated two functions with identical names
- Fixed infinite recursion compiler warning
- Fixed github action build failures
- 8352579: Refactor CDS legacy optimization for lambda proxy classes
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24145/files
- new: https://git.openjdk.org/jdk/pull/24145/files/bd642f8e..1c34d836
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24145&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24145&range=03-04
Stats: 63428 lines in 1797 files changed: 17721 ins; 37446 del; 8261 mod
Patch: https://git.openjdk.org/jdk/pull/24145.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24145/head:pull/24145
PR: https://git.openjdk.org/jdk/pull/24145
More information about the hotspot-dev
mailing list