mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-24 19:32:25 +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