RFR: 8339837: Remove unused BootstrapMethodsInvokers.isLambdaMetafactoryCondyBSM

Claes Redestad redestad at openjdk.org
Tue Sep 10 11:02:14 UTC 2024


Trivially remove a static optimization mapping for a non-existent method in LambdaMetafactory. The referenced method was refactored into a set of factory methods in java.lang.invoke.ConstantBootstraps before ever becoming a public API.

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

Commit messages:
 - Remove unused BootstrapMethodsInvokers.isLambdaMetafactoryCondyBSM

Changes: https://git.openjdk.org/jdk/pull/20932/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20932&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8339837
  Stats: 16 lines in 1 file changed: 0 ins; 16 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/20932.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20932/head:pull/20932

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


More information about the core-libs-dev mailing list