On Tue, 30 Mar 2021 06:40:12 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

>> This adds the necessary macosx-aarch64 support to the build configurations 
>> at Oracle.
>
> make/conf/jib-profiles.js line 456:
> 
>> 454:             configure_args: concat(common.configure_args_64bit, 
>> "--with-zlib=system",
>> 455:                 "--with-macosx-version-max=11.00.00",
>> 456:                 "SETFILE=/usr/bin/SetFile"),
> 
> "SetFile" from the devkit still does not work on the latest macOS?

I'm a bit surprised at this myself. If it is needed, I will accept this patch, 
but then I think we need to fix that properly and submit a follow-up patch. 

I also note that on macos-x64 we add `--enable-compatible-cds-alignment` as 
well. I wonder if we should not do that here as well..? (Although I must admit 
I did not fully understand when and how the CDS alignment rules applied.)

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

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

Reply via email to