-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: tools
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.