On Thu, 10 Mar 2022 09:58:29 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

>> From what I can tell, wouldn't MACOSX_BUNDLE_BUILD_VERSION be an empty 
>> string anyway if both VERSION_BUILD and VERSION_OPT = ""?
>
> That might be. If that is so, then you've most likely spotted a bug. In 
> practice, you're either building an official build and have a build number, 
> or an adhoc build with an opt string, so I'm not suprised noone has run into 
> this.

Both version build and version opt have valid --without options though, if both 
are set (As in the case of an adhoc build run with --without-version-opt) that 
could be problematic, since the issue wouldn't be stemming from a bug in that 
case. I'll double check just to be sure

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

PR: https://git.openjdk.java.net/jdk/pull/7713

Reply via email to