[foreign-jextract] RFR: 8256080: AArch64: fatal error with unexpected intrinsic id _linkToNative
Nick Gasson
ngasson at openjdk.java.net
Tue Nov 10 03:13:09 UTC 2020
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.
-------------
Commit messages:
- 8256080: AArch64: fatal error with unexpected intrinsic id _linkToNative
Changes: https://git.openjdk.java.net/panama-foreign/pull/391/files
Webrev: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=391&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8256080
Stats: 13 lines in 3 files changed: 10 ins; 0 del; 3 mod
Patch: https://git.openjdk.java.net/panama-foreign/pull/391.diff
Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/391/head:pull/391
PR: https://git.openjdk.java.net/panama-foreign/pull/391
More information about the panama-dev
mailing list