-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b05
I found what appears to be a simple omission from my earlier work to pre-generate direct LambdaForms in a jlink plugin, in that the DIRECT_NEW_INVOKE_SPECIAL kind is never looked up nor pregenerated.
Fixing that means we're covering a few more kinds of LFs at link-time, and a small startup optimization on first linking of a constructor lambda (Foo::new)
Fixing that means we're covering a few more kinds of LFs at link-time, and a small startup optimization on first linking of a constructor lambda (Foo::new)