[foreign-abi] RFR: 8256080: AArch64: fatal error with unexpected intrinsic id _linkToNative [v2]
Nick Gasson
ngasson at openjdk.java.net
Wed Nov 11 06:11:15 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.
Nick Gasson has updated the pull request incrementally with one additional commit since the last revision:
Fix C2 assert failure and disable TestIntrinsics on AArch64 for now
-------------
Changes:
- all: https://git.openjdk.java.net/panama-foreign/pull/391/files
- new: https://git.openjdk.java.net/panama-foreign/pull/391/files/3f55d1c2..e55d86fb
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=391&range=01
- incr: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=391&range=00-01
Stats: 5 lines in 2 files changed: 4 ins; 0 del; 1 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