-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
Creating a function pointer from a lambda is unnecessarily suboptimal, due to the fact that a method handle lookup is performed on each function pointer creation. The generated functional interface should store the method handle to its functional method in a well-known constant, so that lookup only happens once.