-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b26
When generating MethodHandle-based concatenation expressions in StringConcatFactory we can reduce the number of classes generated at runtime by creating small batches of prependers and mixers before binding them into the root expression tree.
- relates to
-
JDK-8288425 Footprint regression due MH creation when initializing StringConcatFactory
- Resolved