[foreign-abi] RFR: 8256080: AArch64: fatal error with unexpected intrinsic id _linkToNative
Jorn Vernee
jvernee at openjdk.java.net
Wed Nov 11 13:07:59 UTC 2020
On Wed, 11 Nov 2020 06:16:09 GMT, Nick Gasson <ngasson at openjdk.org> wrote:
> (I think the second change in methodHandles_aarch64.cpp is perhaps not strictly necessary.)
It would be needed for AArch64, since we actually use native method handles on that platform, they just don't get intrinsified currently.
For other platforms it should not be needed, since we don't have a CLinker implementation for those yet.
Thanks, I'll push that fix to other platforms as well.
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/391
More information about the panama-dev
mailing list