[foreign-abi] Integrated: 8256247: TestUpcallHighArity fails on AArch64
Nick Gasson
ngasson at openjdk.java.net
Mon Nov 16 11:25:10 UTC 2020
On Fri, 13 Nov 2020 04:02:08 GMT, Nick Gasson <ngasson at openjdk.org> wrote:
> Large (> 16 byte) struct arguments should be passed by reference to a
> caller-allocated copy of the struct. If this argument is passed on the
> stack then the pointer should occupy a single stack slot. However the
> current CallArranger allocates enough stack slots to hold the entire
> struct, which is incorrect.
This pull request has now been integrated.
Changeset: 5d428407
Author: Nick Gasson <ngasson at openjdk.org>
Committer: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/5d428407
Stats: 39 lines in 2 files changed: 37 ins; 0 del; 2 mod
8256247: TestUpcallHighArity fails on AArch64
Reviewed-by: jvernee
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/392
More information about the panama-dev
mailing list