On Tue, 27 Jun 2023 07:45:51 GMT, Glavo <d...@openjdk.org> wrote: >> When the default Locale is `tr`, the jmod and jimage commands have the >> following problems: >> >> * The jmod command does not correctly recognize the `list` mode typed in >> lowercase; >> * The jimage command cannot obtain the help information of the `list` mode. > > Glavo has updated the pull request with a new target base due to a merge or a > rebase. The incremental webrev excludes the unrelated changes brought in by > the merge/rebase. The pull request contains three additional commits since > the last revision: > > - Merge branch 'openjdk:master' into tr-locale > - Merge branch 'openjdk:master' into tr-locale > - list mode of jmod and jimage cannot be used normally in turkish locale
Did you check the use of toUpperCase(Locale.ENGLISH) in JlinkTask.java and JImageTask.java to see if they are correct. ------------- PR Comment: https://git.openjdk.org/jdk/pull/12281#issuecomment-1608981430