[foreign-abi] Integrated: 8256080: AArch64: fatal error with unexpected intrinsic id _linkToNative
Nick Gasson
ngasson at openjdk.java.net
Thu Nov 12 10:09:05 UTC 2020
On Tue, 10 Nov 2020 03:09:32 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.
This pull request has now been integrated.
Changeset: 4695f7ad
Author: Nick Gasson <ngasson at openjdk.org>
Committer: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/4695f7ad
Stats: 18 lines in 5 files changed: 14 ins; 0 del; 4 mod
8256080: AArch64: fatal error with unexpected intrinsic id _linkToNative
Reviewed-by: jvernee
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/391
More information about the panama-dev
mailing list