Re: RFR: 8303516: HFAs with nested structs/unions/arrays not handled correctly on AArch64

2023-03-03 Thread Maurizio Cimadamore
On Thu, 2 Mar 2023 13:48:26 GMT, Jorn Vernee 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

RFR: 8303516: HFAs with nested structs/unions/arrays not handled correctly on AArch64

2023-03-02 Thread Jorn Vernee
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 c

Re: RFR: 8303516: HFAs with nested structs/unions/arrays not handled correctly on AArch64

2023-03-02 Thread Jorn Vernee
On Thu, 2 Mar 2023 13:48:26 GMT, Jorn Vernee 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