-
Bug
-
Resolution: Unresolved
-
P4
-
9, 25, 26
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.
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.
- relates to
-
JDK-8357105 C2: compilation fails with "assert(false) failed: empty program detected during loop optimization"
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/25610