RFR: 8301190: [vectorapi] The typeChar of LaneType is incorrect when default locale is tr

Glavo duke at openjdk.org
Thu Jan 26 22:08:07 UTC 2023


When the default Locale is tr, the letter `i` will be converted to `İ` (U+0130) by `toUpperCase()`. This causes the assertion to fail.

-------------

Commit messages:
 - 8301190: [vectorapi] The typeChar of LaneType is incorrect when default locale is tr

Changes: https://git.openjdk.org/jdk/pull/12238/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12238&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8301190
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/12238.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12238/head:pull/12238

PR: https://git.openjdk.org/jdk/pull/12238


More information about the core-libs-dev mailing list