RFR: 8352579: Refactor CDS legacy optimization for lambda proxy classes

Ioi Lam iklam at openjdk.org
Fri Mar 21 07:00:22 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).

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

Commit messages:
 - 8352579: Refactor CDS legacy optimization for lambda proxy classes

Changes: https://git.openjdk.org/jdk/pull/24145/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24145&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8352579
  Stats: 1018 lines in 17 files changed: 545 ins; 425 del; 48 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