JDK-8317545 : AIX PPC64: Implementation of Foreign Function & Memory API
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang.foreign
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: aix
  • CPU: ppc
  • Submitted: 2023-10-04
  • Updated: 2023-11-02
  • Resolved: 2023-11-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 22
22 masterFixed
Related Reports
Blocks :  
Cloners :  
Relates :  
Sub Tasks
JDK-8317799 :  
JDK-8318175 :  
Description
The feature is supposed to leave preview state and should get implemented for AIX on Power (Big Endian). We need 4 Byte alignment for double values. This requires the update from JDK-8312522.
Comments
Changeset: 99efcded Author: Martin Doerr <mdoerr@openjdk.org> Date: 2023-11-02 13:13:46 +0000 URL: https://git.openjdk.org/jdk/commit/99efcded6cd95ceb8a0265c679a8542396aff5c5
02-11-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16179 Date: 2023-10-13 10:12:24 +0000
13-10-2023

Draft PR: https://github.com/openjdk/jdk/pull/16043 (Will get recreated and adapted once the JEP 454 is integrated.)
10-10-2023