jdk/src/java.base/share/classes/java/lang/invoke/StringConcatFactory.java
changeset 35401 f57a51dbcc50
parent 35388 a33a232cf7b7
child 35639 f34e7e8b4eac
equal deleted inserted replaced
35400:d1d4726300d3 35401:f57a51dbcc50
    94  * to reserve a few empty slots on the parameter lists to to capture the
    94  * to reserve a few empty slots on the parameter lists to to capture the
    95  * temporal results. This is why bootstrap methods in this factory do not accept
    95  * temporal results. This is why bootstrap methods in this factory do not accept
    96  * more than 200 argument slots. Users requiring more than 200 argument slots in
    96  * more than 200 argument slots. Users requiring more than 200 argument slots in
    97  * concatenation are expected to split the large concatenation in smaller
    97  * concatenation are expected to split the large concatenation in smaller
    98  * expressions.
    98  * expressions.
       
    99  *
       
   100  * @since 9
    99  */
   101  */
   100 public final class StringConcatFactory {
   102 public final class StringConcatFactory {
   101 
   103 
   102     /**
   104     /**
   103      * Tag used to demarcate an ordinary argument.
   105      * Tag used to demarcate an ordinary argument.