-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b25
The use of reflection to create NamedFunction in some java.lang.invoke classes is cause somewhat more eager than necessary class loading, and a minor startup gain can be realized by avoiding this by resolving MemberName instead.