JDK 26 |
---|
26 b02Fixed |
Relates :
|
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.
|