-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JEP 434: Foreign Function & Memory API (Second Preview) #16329
Comments
We temporarily disable the FFI specific code in JDK20 via ibmruntimes/openj9-openjdk-jdk20#12 & OpenJ9 via #16585, which we will need to update & re-enable to get this latest code work after that. |
The changes update part of our code in the FFI framework against the latest APIs specified in JDK20 to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDKnext to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDK20 to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDKnext to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDKnext to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDK20 to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDKnext to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDK20 to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDKnext to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDK20 to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update all FFI specific code in java & native against the latest APIs specified in JDK20 to accommodate the requirements in JEP434. Note: This is the part of implementation intended for eclipse-openj9#16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update all FFI specific code in java & native against the latest APIs specified in JDK20 to accommodate the requirements in JEP434. Note: This is the part of implementation intended for eclipse-openj9#16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDKnext to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDK20 to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDKnext to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDK20 to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update part of our code in the FFI framework against the latest APIs specified in JDK20 to accommodate the new features of JEP434. Note: This is the part of implementation intended for #eclipse-openj9/openj9/issues/16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update all FFI specific code in java & native against the latest APIs specified in JDK20 to accommodate the requirements in JEP434. Note: This is the part of implementation intended for eclipse-openj9#16329 Signed-off-by: ChengJin01 <[email protected]>
The changes update all FFI specific code in java & native against the latest APIs specified in JDK20 to accommodate the requirements in JEP434. Note: This is the part of implementation intended for eclipse-openj9#16329 Signed-off-by: ChengJin01 <[email protected]>
The issue will be closed very soon once the PR at adoptium/aqa-tests#4591 is merged to enable FFI test suites given everything specific FFI in JDK20 is resolved. |
Close this issue as the FFI test suites in JDK20 has been enabled via adoptium/aqa-tests#4591. |
See https://openjdk.org/jeps/434 for JDK20 with the following changes in terms of APIs which affects our FFI implementation in Java.
FYI: @tajila, @pshipton
The text was updated successfully, but these errors were encountered: