RFR: 8317545: AIX PPC64: Implementation of Foreign Function & Memory API [v5]
null
duke at openjdk.org
Thu Nov 2 10:40:03 UTC 2023
On Tue, 17 Oct 2023 14:17:20 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.
looks good to me. Tested the changes from my end.
-------------
Marked as reviewed by suchismith1993 at github.com (no known OpenJDK username).
PR Review: https://git.openjdk.org/jdk/pull/16179#pullrequestreview-1709930836
More information about the hotspot-compiler-dev
mailing list