Re: RFR: 8339837: Remove unused BootstrapMethodsInvokers.isLambdaMetafactoryCondyBSM

2024-09-10 Thread Claes Redestad
On Tue, 10 Sep 2024 11:41:43 GMT, Jorn Vernee wrote: >> 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 publi

Re: RFR: 8339837: Remove unused BootstrapMethodsInvokers.isLambdaMetafactoryCondyBSM

2024-09-10 Thread Jorn Vernee
On Tue, 10 Sep 2024 10:58:19 GMT, Claes Redestad wrote: > 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 >

RFR: 8339837: Remove unused BootstrapMethodsInvokers.isLambdaMetafactoryCondyBSM

2024-09-10 Thread Claes Redestad
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 BootstrapM