-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b04
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8343079 | 21.0.7-oracle | Deepak Damodaran | P4 | Resolved | Fixed | master |
JDK-8343078 | 17.0.15-oracle | Deepak Damodaran | P4 | Resolved | Fixed | master |
JDK-8343080 | 11.0.27-oracle | Deepak Damodaran | P4 | Resolved | Fixed | master |
The test utility class `jdk.test.lib.Platform` uses no-arg `String.toLowerCase()` for normalizing string arguments, which is fragile as it depends on the default locale. They should be replaced with `String.toLowerCase(Locale.ROOT)`
- backported by
-
JDK-8343078 Normalize string with locale invariant `toLowerCase()`
- Resolved
-
JDK-8343079 Normalize string with locale invariant `toLowerCase()`
- Resolved
-
JDK-8343080 Normalize string with locale invariant `toLowerCase()`
- Resolved