-
Bug
-
Resolution: Fixed
-
P4
-
hs17, 6u10, 6u18, 6u20
-
b12
-
x86
-
linux, linux_redhat_4.0, solaris, solaris_2.5.1, solaris_10, windows_7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2190681 | 7 | Vladimir Kozlov | P4 | Closed | Fixed | b87 |
JDK-2197989 | 6u23 | Vladimir Kozlov | P4 | Resolved | Fixed | b01 |
JDK-2199939 | 6u22m | Vladimir Kozlov | P4 | Resolved | Fixed | b01 |
JDK-2193595 | 6u21p | Vladimir Kozlov | P4 | Resolved | Fixed | b03 |
JDK-2191026 | 6u21 | Vladimir Kozlov | P4 | Resolved | Fixed | b02 |
JDK-2191924 | 6u20-rev | Abhijit Saha | P2 | Closed | Fixed | b03 |
JDK-2191149 | 6u19-rev | Abhijit Saha | P2 | Resolved | Fixed | b07 |
JDK-2190420 | hs18 | Vladimir Kozlov | P4 | Resolved | Fixed | b01 |
JDK-2193675 | hs16.3 | Abhijit Saha | P2 | Resolved | Fixed | b02 |
JDK-2191725 | hs16.2 | Abhijit Saha | P3 | Resolved | Fixed | b07 |
IndexOf(1111111111111xx1x) = 15 in 1111111111111xx1111111111111xx1
% cat Test.java
public class Test {
static int IndexOfTest(String str) {
return str.indexOf("1111111111111xx1x");
}
public static void main(String args[]) {
String str = "1111111111111xx1111111111111xx1x";
str = str.substring(0, 31);
int idx = IndexOfTest(str);
System.out.println("IndexOf(" + "1111111111111xx1x" + ") = " + idx + " in " + str);
}
}
- backported by
-
JDK-2191149 String.indexOf() returns incorrect result on x86 with SSE4.2
-
- Resolved
-
-
JDK-2193675 String.indexOf() returns incorrect result on x86 with SSE4.2
-
- Resolved
-
-
JDK-2191725 String.indexOf() returns incorrect result on x86 with SSE4.2
-
- Resolved
-
-
JDK-2190420 String.indexOf() returns incorrect result on x86 with SSE4.2
-
- Resolved
-
-
JDK-2191026 String.indexOf() returns incorrect result on x86 with SSE4.2
-
- Resolved
-
-
JDK-2193595 String.indexOf() returns incorrect result on x86 with SSE4.2
-
- Resolved
-
-
JDK-2197989 String.indexOf() returns incorrect result on x86 with SSE4.2
-
- Resolved
-
-
JDK-2199939 String.indexOf() returns incorrect result on x86 with SSE4.2
-
- Resolved
-
-
JDK-2191924 String.indexOf() returns incorrect result on x86 with SSE4.2
-
- Closed
-
-
JDK-2190681 String.indexOf() returns incorrect result on x86 with SSE4.2
-
- Closed
-
- duplicates
-
JDK-6940578 StringIndexOutOfBoundsException due to String.indexOf() intrinsic SSE 4.2 x86
-
- Closed
-
-
JDK-6973550 String::indexOf method return incorrect value when searching for CRLFCRLF
-
- Closed
-
-
JDK-6961768 String.indexOf returning index past end of string
-
- Closed
-
-
JDK-6967156 String.indexof() returns out-of-bounds index in Java 1.6.0_20-64Bit
-
- Closed
-
- relates to
-
JDK-6875866 Intrinsic for String.indexOf() is broken on x86 with SSE4.2
-
- Closed
-