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

Nick Gasson ngasson at openjdk.java.net
Thu Nov 12 01:59:13 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:

  Enable TestIntrinsics on os.arch=="x86_64" too

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

Changes:
  - all: https://git.openjdk.java.net/panama-foreign/pull/391/files
  - new: https://git.openjdk.java.net/panama-foreign/pull/391/files/e55d86fb..57af7a2f

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=391&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=391&range=01-02

  Stats: 1 line in 1 file changed: 0 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