On Tue, 14 Jul 2026 17:23:42 GMT, Naoto Sato <[email protected]> wrote:
>> They ensure English output because the test checks for "Usage: java". In a >> non-English environment, the usage text may be localized, causing the test >> to fail. > > Should this locale setting be applied more broadly? It feels a bit out of > place in this specific test. Could be fixed separately from this issue. I removed the locale properties rather than moving them. As @naotoj suggested, broader locale handling can be addressed separately. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31891#discussion_r3584920861
