Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8005829 javac appears to have slowed down from jdk7 to jdk8 when the client VM is used
  3. JDK-8019932

javac performance could be improved if the + operator is not the same for Strings and numbers

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Not an Issue
    • Icon: P3 P3
    • 8
    • 8
    • tools
    • None

      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.

            vromero Vicente Arturo Romero Zaldivar
            vromero Vicente Arturo Romero Zaldivar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: