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
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
>
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