mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-15 15:02:23 +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