On Mon, 29 Aug 2022 12:47: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 232: > >> 230: JMOD_SMALL_FLAGS= >> 231: ifeq ($(findstring $(MODULE), java.base java.desktop jdk.localedata), ) >> 232: JMOD_SMALL_FLAGS += $(JAVA_TOOL_FLAGS_SMALL) > > Two space indent please, otherwise looks good. Done! ------------- PR: https://git.openjdk.org/jdk/pull/10062