On Mon, 29 Aug 2022 16:50:32 GMT, Erik Joelsson <er...@openjdk.org> wrote:
>> Aleksey Shipilev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Indent > > make/CreateJmods.gmk line 230: > >> 228: >> 229: # Unless we are creating a very large module, use the small tool JVM >> options >> 230: JMOD_SMALL_FLAGS= > > Missed this at first, but we try to stick to := assignment unless we really > need the lazy evaluation. Not really an issue here other than consistency. Done in new commit. ------------- PR: https://git.openjdk.org/jdk/pull/10062