-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 11, 17, 19, 20
-
b15
As a followup of JDK-8302590, this issue covers the analogous case for a search of a string rather than a character. It makes use of internal intrinsified methods that leverage SIMD instructions, where available, to considerably speed up the search.
- csr for
-
JDK-8303650 Add String.indexOf(String str, int beginIndex, int endIndex)
- Closed
- relates to
-
JDK-8315399 Release Note: New `String` `indexOf(int,int,int)` and `indexOf(String,int,int)` Methods to Support a Range of Indices
- Resolved
-
JDK-8302590 Add String.indexOf(int ch, int fromIndex, int toIndex)
- Resolved