mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-17 03:13:11 +00:00
The result of String.toLowerCase.indexOf does not always point at the start of the given string in the non-lowercased text. Reviewed-by: jjg, bpatel