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.

To download the current JDK release, click here.
JDK 15
15 b25Fixed
Related Reports
Relates :  
Description
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.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/d52c2e540934 User: redestad Date: 2020-05-25 09:59:29 +0000
25-05-2020