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