On Sat, 28 Dec 2024 18:43:30 GMT, Martin Doerr <mdo...@openjdk.org> wrote:

> [JDK-8317545](https://bugs.openjdk.org/browse/JDK-8317545) introduced code 
> for supporting 4 Byte aligned doubles: 
> https://github.com/openjdk/jdk/blob/60e0730a3ba26180d0eb2cd278e389c3e70fec5f/src/java.base/share/classes/jdk/internal/foreign/abi/ppc64/aix/AixPPC64Linker.java#L59
> We should test this case. The new test can serve as an example implementation 
> for handling such structures in Java code such that it works on all platforms 
> including AIX.

This pull request has now been integrated.

Changeset: 61dc07c1
Author:    Martin Doerr <mdo...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/61dc07c118ee9d2d7e1747b6e49508cae7c19dc4
Stats:     178 lines in 2 files changed: 178 ins; 0 del; 0 mod

8346869: [AIX] Add regression test for handling 4 Byte aligned doubles in 
structures

Reviewed-by: mbaesken, jkern

-------------

PR: https://git.openjdk.org/jdk/pull/22889

Reply via email to