RFR: 8296478: Rework 8282948 and 8282700 to use the new autoconf UTIL_ARG_WITH [v8]

Magnus Ihse Bursie ihse at openjdk.org
Tue Dec 6 19:29:06 UTC 2022


On Tue, 6 Dec 2022 14:07:59 GMT, Julian Waters <jwaters at openjdk.org> wrote:

>> 8285093 introduced the new UTIL_ARG_WITH definition, which was not available when both 8282948 and 8282700 were written. They can now be moved to using the cleaner logic that UTIL_ARG_WITH grants.
>> 
>> There are many more options that still use AC_ARG_WITH in jdk-version.m4. They are out of the scope of this commit, which aims only to rework the previous integrated commits mentioned above.
>
> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
> 
>   CHECK_VALUE

make/autoconf/jdk-version.m4 line 161:

> 159:     DEFAULT: $VENDOR_URL_VM_BUG,
> 160:     DESC: [Sets the bug URL which will be displayed when the VM crashes],
> 161:     DEFAULT_DESC: [not specified],

Suggestion:

    DEFAULT_DESC: [from branding.conf],

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

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



More information about the build-dev mailing list