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

Alan Hayward github.com+4146708+a74nh at openjdk.java.net
Tue Jan 26 12:04:47 UTC 2021


On Tue, 26 Jan 2021 09:23:23 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

>> Anton Kozlov has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Refactor CDS disabling
>>  - Redo builsys support for aarch64-darwin
>
> Changes requested by ihse (Reviewer).

AIUI, the configure line needs passing a prebuilt JavaNativeFoundation framework
ie:
`
--with-extra-ldflags='-F /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/java/Frameworks/'
`

Otherwise there will be missing _JNFNative* functions.

Is this the long term plan? Or will eventually the required code be moved into JDK and/or the xcode one automatically get picked up by the configure scripts?

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

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



More information about the security-dev mailing list