-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #667 from Netflix/config-lambda-fix
Generate lambdas to access default config methods For no-arg and single-arg default config methods, use LambdaMetafactory to generate Function and BiFunction accessors instead of going through the MethodHandle directly, which avoids some overhead. This merge includes the fix for a bug that led us to revert the previous release.
- Loading branch information
Showing
2 changed files
with
104 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters