RFR: 8317545: AIX PPC64: Implementation of Foreign Function & Memory API [v5]
Jorn Vernee
jvernee at openjdk.org
Tue Oct 17 14:17:21 UTC 2023
On Tue, 17 Oct 2023 14:12:27 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> The AIX linker has a few minor diffs to the linux ABIv1 linker. In addition, double values have only 4 Byte alignment within structures. This PR is based on JDK22 version of the FFI.
>
> Martin Doerr has updated the pull request incrementally with two additional commits since the last revision:
>
> - Improve handling of layouts in NativeType.java
> - Check byte order of 4-byte aligned double.
Marked as reviewed by jvernee (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/16179#pullrequestreview-1682485962
More information about the hotspot-compiler-dev
mailing list