Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8357822

C2: Multiple string optimization tests are no longer testing string concatenation optimizations

XMLWordPrintable

      Test7179138_2.java and other tests are no longer testing string concatenation optimizations since string concatenation no longer uses StringBuilders by default.

      Test7179138_1.java has found three bugs, so these tests might be good to run with a configuration that uses StringBuilders for string concatenation. We could add a run with -XDstringConcat=inline to Test7179138_2.java and other affected tests.

            dskantz Daniel Skantz
            dskantz Daniel Skantz
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: