mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-12 22:50:08 +00:00
6875866: Intrinsic for String.indexOf() is broken on x86 with SSE4.2 Modify String intrinsic methods to pass char[] pointers instead of string oops. Reviewed-by: never