RFR: 8254807: Optimize startsWith() for String.substring()

Xin Liu xliu at openjdk.java.net
Sat Oct 31 04:42:08 UTC 2020


On Fri, 16 Oct 2020 17:15:16 GMT, Xin Liu <xliu at openjdk.org> wrote:

> 8254807: Optimize startsWith() for String.substring()

I am fixing 4 regressions. 2 of them are reproducible on my linux host. 
both crash in loopopt. it seems that substring optimization end up some broken ideal graph.

-------------

PR: https://git.openjdk.java.net/jdk/pull/704


More information about the hotspot-compiler-dev mailing list