On Thu, 11 Mar 2021 18:46:21 GMT, Yumin Qi <mi...@openjdk.org> wrote:
>> LGTM > > Thanks to @iklam @erikj79 @dcubed-ojdk ! > _Mailing list message from [Magnus Ihse > Bursie](mailto:magnus.ihse.bur...@oracle.com) on > [build-dev](mailto:build-dev@openjdk.java.net):_ > > Hi Yumin, > > While this fix corrected the actual problem, the end result is that the > checking message went from slightly misleading to outright wrong. > > Instead of > AC_MSG_CHECKING([if CDS archive is available]) it should read like this: > > AC_MSG_CHECKING([if CDS region alignment is available]) Can you please > fix this in a follow-up bug? (And while you are at it, please change > "cds" to "CDS" in the other messages; we are using the capitalized > version of this acronym everywhere else in messages directed to the user.) > > /Magnus > > On 2021-03-11 20:00, Yumin Qi wrote: Got it, will do next. Thanks. ------------- PR: https://git.openjdk.java.net/jdk/pull/2946