JDK-8148730 : Add @since tags in new String concat APIs
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-02-01
  • Updated: 2016-05-27
  • Resolved: 2016-02-01
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 9
9 b104Fixed
Description
We are missing @since tags here:

java.lang.invoke.StringConcatException 1.7
java.lang.invoke.StringConcatException(String msg) 1.7
java.lang.invoke.StringConcatException(String msg, Throwable cause) 1.7
java.lang.invoke.StringConcatFactory 1.7
java.lang.invoke.StringConcatFactory.makeConcat(MethodHandles.Lookup lookup, String name, MethodType concatType) 1.7
java.lang.invoke.StringConcatFactory.makeConcatWithConstants(MethodHandles.Lookup lookup, String name, MethodType concatType, String recipe, java.lang.Object[] constants) 1.7
Comments
RFR: http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-February/038469.html
01-02-2016