-
Bug
-
Resolution: Fixed
-
P4
-
16
-
b25
-
arm
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8256632 | 11.0.11-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8256932 | 11.0.10 | Boris Ulasevich | P4 | Resolved | Fixed | b04 |
The test compares two strings created from same byte[] array: Latin vs UTF16. The expected effect (strings are different) is valid only for COMPACT_STRINGS=true case (otherwise both strings are treated as UTF16). The test fails on ARM32 because COMPACT_STRINGS=false by default.
- backported by
-
JDK-8256632 Test8237524 fails with -XX:-CompactStrings option
- Resolved
-
JDK-8256932 Test8237524 fails with -XX:-CompactStrings option
- Resolved
- relates to
-
JDK-8237524 AArch64: String.compareTo() may return incorrect result
- Resolved