-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 12
-
Component/s: core-libs
-
b08
The interning mechanism for MethodType could be improved to not need to instantiate a WeakEntry when doing lookups. This gives a small but measurable improvement on startup tests setting up lambdas (~0.5-1%) and indified string concat (~2-4%).