RFR: 8317545: AIX PPC64: Implementation of Foreign Function & Memory API [v5]
Martin Doerr
mdoerr at openjdk.org
Tue Oct 17 14:17:20 UTC 2023
> 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.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16179/files
- new: https://git.openjdk.org/jdk/pull/16179/files/17b300ce..3caaf93b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16179&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16179&range=03-04
Stats: 15 lines in 2 files changed: 13 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/16179.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16179/head:pull/16179
PR: https://git.openjdk.org/jdk/pull/16179
More information about the hotspot-compiler-dev
mailing list