[foreign-abi] RFR: 8256080: AArch64: fatal error with unexpected intrinsic id _linkToNative [v3]

Jorn Vernee jvernee at openjdk.java.net
Thu Nov 12 10:04:02 UTC 2020


On Thu, 12 Nov 2020 01:59:13 GMT, Nick Gasson <ngasson at openjdk.org> wrote:

>> AArch64 doesn't implement linkToNative yet. However during VM startup
>> several of the MethodHandles methods are called with the _linkToNative
>> intrinsic ID. Add minimal handling of this (taken from x86) to avoid
>> fatal errors.
>
> Nick Gasson has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Enable TestIntrinsics on os.arch=="x86_64" too

Marked as reviewed by jvernee (Committer).

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

PR: https://git.openjdk.java.net/panama-foreign/pull/391


More information about the panama-dev mailing list