-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b03
When generating LF classes with InvokerBytecodeGenerator, almost 5% of executed code is concerned with determining if members and parameters are statically invocable and/or nameable, which we can assert is always true for MethodHandle arguments.
Since MethodHandle targets and parameters are common, it's a profitable startup optimization to add a fast-path test for this.
Since MethodHandle targets and parameters are common, it's a profitable startup optimization to add a fast-path test for this.