mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-01 03:30:34 +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