mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8335182: Consolidate and streamline String concat code shapes
Reviewed-by: liach, jvernee
This commit is contained in:
parent
4c7b3e7fc3
commit
e83b4b236e
6 changed files with 452 additions and 154 deletions
|
@ -219,4 +219,16 @@ public class StringConcat {
|
|||
* questions.
|
||||
""";
|
||||
}
|
||||
|
||||
public static void main(String... args) {
|
||||
StringConcat concat = new StringConcat();
|
||||
concat.concat4String();
|
||||
concat.concat123String();
|
||||
concat.concat6String();
|
||||
concat.concat13String();
|
||||
concat.concat23String();
|
||||
concat.concatConstInt();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue