RFR: 8293020: jmod should not be treated as "small" tool for large modules [v2]
Aleksey Shipilev
shade at openjdk.org
Mon Aug 29 13:07:03 UTC 2022
On Mon, 29 Aug 2022 12:47:32 GMT, Erik Joelsson <erikj at 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
More information about the build-dev
mailing list