[foreign-abi] Integrated: AArch64 build fixes
Jorn Vernee
jvernee at openjdk.java.net
Fri Jul 10 12:09:22 UTC 2020
On Thu, 9 Jul 2020 14:38:07 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> Hi,
>
> This patch fixes several linker errors observed when building on aarch64, due to missing implementations of methods
> added for the C2 down call intrinsics.
> Currently C2 compilation will just bail out when trying to generate a the native call, but I think another strategy is
> possible where we generate a call to the fallback MethodHandle instead. This patch is just fixing the build.
> Thanks,
> Jorn
This pull request has now been integrated.
Changeset: 281c5345
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/281c5345
Stats: 29 lines in 5 files changed: 0 ins; 28 del; 1 mod
AArch64 build fixes
Reviewed-by: psandoz
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/238
More information about the panama-dev
mailing list