RFR: 8334490: Normalize string with locale invariant `toLowerCase()`
    Naoto Sato 
    naoto at openjdk.org
       
    Tue Jun 18 18:27:31 UTC 2024
    
    
  
The test library `jdk.test.lib.Platform` uses no-arg `toLowerCase()` for string comparison, which should be avoided.
-------------
Commit messages:
 - initial commit
Changes: https://git.openjdk.org/jdk/pull/19775/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19775&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8334490
  Stats: 7 lines in 1 file changed: 1 ins; 0 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/19775.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19775/head:pull/19775
PR: https://git.openjdk.org/jdk/pull/19775
    
    
More information about the core-libs-dev
mailing list