The + operator is used for numbers and for Strings. At some point during resolution this implies that for each expr + expr we need to check all possibilities. This can be improved if we have two different operators for addition one for Strings and one for numbers.
- JDK
- JDK-8005829 javac appears to have slowed down from jdk7 to jdk8 when the client VM is used
- JDK-8019932
javac performance could be improved if the + operator is not the same for Strings and numbers
-
Vicente Arturo Romero Zaldivar
-
Vicente Arturo Romero Zaldivar
- Votes:
-
0 Vote for this issue
- Watchers:
-
1 Start watching this issue
- Created:
- Updated:
- Resolved: