RFR: 8317545: AIX PPC64: Implementation of Foreign Function & Memory API [v3]
Martin Doerr
mdoerr at openjdk.org
Mon Oct 16 14:06:09 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 one additional commit since the last revision:
Support 4-byte aligned doubles in structures.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16179/files
- new: https://git.openjdk.org/jdk/pull/16179/files/42d38e06..cba58ed0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16179&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16179&range=01-02
Stats: 30 lines in 2 files changed: 20 ins; 7 del; 3 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