On Thu, 2 Mar 2023 13:48:26 GMT, Jorn Vernee <jver...@openjdk.org> wrote:
> Port of: https://github.com/openjdk/panama-foreign/pull/780 Which adds tests > for nested structs/unions/arrays, and fixes an issue with nested HFAs on > AArch64. > > This PR also includes https://github.com/openjdk/panama-foreign/pull/765 > which is required for the fix to apply cleanly. > > Moving these change sets into the mainline now seems useful for the currently > ongoing porting effort on PPC, as well as taking a load off of the JEP PR > review which will come later. This pull request has now been integrated. Changeset: c6de66c0 Author: Jorn Vernee <jver...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/c6de66c03f691469ff26c14923bf21bdefd5ae72 Stats: 1046 lines in 8 files changed: 786 ins; 174 del; 86 mod 8303516: HFAs with nested structs/unions/arrays not handled correctly on AArch64 Reviewed-by: mcimadamore ------------- PR: https://git.openjdk.org/jdk/pull/12831