On Sat, 23 May 2026 09:14:49 GMT, jonghoonpark <[email protected]> wrote:
>> Quan Anh Mai has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 100 commits: >> >> - Fix comments, remove dead code >> - Merge branch 'master' into unsignedDiv >> - Various fixes >> - Fix IntegerDivValueTests >> - Fix merge conflicts >> - Merge branch 'master' into unsignedDiv >> - Merge branch 'master' into unsignedDiv >> - fix tests >> - Merge branch 'master' into unsignedDiv >> - further clarify variable meanings >> - ... and 90 more: https://git.openjdk.org/jdk/compare/45e66b6a...e991bb28 > > test/micro/org/openjdk/bench/java/lang/LongDivMod.java line 27: > >> 25: import java.util.concurrent.TimeUnit; >> 26: import java.util.random.RandomGeneratorFactory; >> 27: > > Is there a reason for changing the order of these imports? Yes, it is so that the imports are sorted alphabetically. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31033#discussion_r3292569149
