Skip to content

[GR-63182] [GR-65316] Enable FFM API by default. #11335

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

Merged
merged 1 commit into from
Jun 5, 2025

Conversation

graalvmbot
Copy link
Collaborator

Enable FFM API (option -H:+ForeignAPISupport) by default.
However, since FFM API only works native/JNI platforms, it remains disabled (by default) in other cases.
This is, for instance, the case with webImage.

Users can still override this behavior by explicitly specifying the option (either -H:+ForeignAPISupport or -H:-ForeignAPISupport).

This also introduces option -H:±SharedArenaSupport which allows to enable full support for Arena.ofShared. The option is disabled by default because the support is still experimental and known to cause problems with runtime compilations and Vector API.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 4, 2025
@graalvmbot graalvmbot merged commit 6503a7c into master Jun 5, 2025
13 checks passed
@graalvmbot graalvmbot deleted the fa/GR-63182/enable_ffm_by_default branch June 5, 2025 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants