JDK-8245455 : Remove alternative StringConcatFactory strategies
Type:Enhancement
Component:core-libs
Sub-Component:java.lang.invoke
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2020-05-20
Updated:2024-09-28
Resolved:2020-05-25
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The default strategy has been improving since jdk 9, and the alternative strategies have added cost of feature work such as hidden classes. As there are no reports of anyone using any of the alternatives, let's remove them.