On Thu, 30 Apr 2026 17:14:39 GMT, Erik Joelsson <[email protected]> wrote:
>> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Adjust COPYRIGHT year > > make/autoconf/jdk-options.m4 line 331: > >> 329: DESC: [Set to enable compression in the debuginfo files], >> 330: CHECKING_MSG: [if debuginfo compression with objcopy is done]) >> 331: AC_SUBST(ENABLE_OBJCOPY_DEBUGINFO_COMPRESSION) > > I would expect the outcome of this to be a variable with the flags as value. > See other uses of `UTIL_ARG_ENABLE` and how they use `IF_ENABLED` block to > set variables. Seems there are quite a few of UTIL_ARG_ENABLE without an IF_ENABLD part, e.g. https://github.com/openjdk/jdk/blob/3a657644b396f33cddc987b8f659225ca4f4b49c/make/autoconf/jdk-options.m4#L187 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30971#discussion_r3181204058
