RFR: 8253795: Implementation of JEP 391: macOS/AArch64 Port [v5]

Vladimir Kempik vkempik at openjdk.java.net
Tue Jan 26 20:02:50 UTC 2021


On Tue, 26 Jan 2021 19:33:28 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> Anton Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert harfbuzz changes, disable warnings for it
>
> src/java.security.jgss/share/native/libj2gss/gssapi.h line 48:
> 
>> 46: // Condition was copied from
>> 47: // Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/gssapi/gssapi.h
>> 48: #if TARGET_OS_MAC && (defined(__ppc__) || defined(__ppc64__) || defined(__i386__) || defined(__x86_64__))
> 
> So for macOS/AArch64, this `if` is no longer true?

That is according to Xcode sdk.

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

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



More information about the build-dev mailing list