On Thu, 6 Aug 2026 02:24:07 GMT, by1361092 <[email protected]> wrote: >> Please review this change. Thanks! >> >> The launcher test Settings.java compares command output against expected >> text. The test was sensitive to the default locale because the expected >> output was assumed to be in English. >> >> This change makes the test run with the en-US locale explicitly to ensure >> stable test results regardless of the default locale. >> >> Testing: >> - jtreg test/jdk/tools/launcher/Settings.java with LANG=zh_CN.utf8 and >> LC_ALL=zh_CN.utf8: passed. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > by1361092 has updated the pull request incrementally with one additional > commit since the last revision: > > Address review comments
LGTM. I tested the changes in our CI, and everything passed. I also ran them on a Windows system configured for Japanese, and there were no failures. ------------- Marked as reviewed by naoto (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/32167#pullrequestreview-4876856306
