In #9401 I noticed we are still using reflection pretty heavily within Java integration, in that case for handling SAM interfaces during proc convesion. Such uses of reflection could be significantly faster using method handles with lambda conversion by LambdaMetaFactory.
This issue is a placeholder to explore proc conversion and other places where we could benefit from eliminating more reflection.
Cases to explore:
More cases will be added to this issue as we find them.
In #9401 I noticed we are still using reflection pretty heavily within Java integration, in that case for handling SAM interfaces during proc convesion. Such uses of reflection could be significantly faster using method handles with lambda conversion by LambdaMetaFactory.
This issue is a placeholder to explore proc conversion and other places where we could benefit from eliminating more reflection.
Cases to explore:
java_aliasetcMore cases will be added to this issue as we find them.