On Tue, 20 Sep 2022 17:29:21 GMT, Magnus Ihse Bursie <[email protected]> wrote:

>> Aleksey Shipilev has updated the pull request incrementally with three 
>> additional commits since the last revision:
>> 
>>  - Typos
>>  - GHA should use the zip-1 level across all builds
>>  - Move detection and defaults to configure, select compression based on 
>> release/debug
>
> make/autoconf/jdk-options.m4 line 491:
> 
>> 489:   fi
>> 490: 
>> 491:   UTIL_ARG_WITH(NAME: jmod-compress, TYPE: string,
> 
> The `string` type does not check values. I am not at a computer right now so 
> I can check, but I think you need the type called `literal`. Try greping for 
> VALID_VALUES to see other usages.

Indeed, it does not. Changed to `literal`.

-------------

PR: https://git.openjdk.org/jdk/pull/10214

Reply via email to