mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-28 03:43:21 +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